Html Css Color HEX #CD800A Dark Goldenrod

📋 copy color: '#CD800A'

red 205 ◦ green 128 ◦ blue 10

#CD800A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #CD800A

Tints of Dark Goldenrod #CD800A

RGB

 RED value IS 205 (80.47% from 255) = 59.77%

 GREEN value IS 128 (50.39% from 255) = 37.32%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 59.77%
G = 37.32%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD800A (or 0xCD800A) is known color: Dark Goldenrod. HEX triplet: CD, 80 and 0A. RGB value is (205,128,10). Sum of RGB (Red+Green+Blue) = 205+128+10=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD800A is #327FF5. Grayscale: #8A8A8A. Windows color (decimal): -3309558 or 688333. OLE color: 688333.

HSL color Cylindrical-coordinate representation of color #CD800A: hue angle of 36.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD800A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 128 10 -
CMYK 0 0.38 0.95 0.20
HSL 36.31º 0.91% 0.42% -
HSV(B) 36.31º 0.95% 0.8% -
XYZ 32.95 28.44 4.04 -
YUV 137.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 205 128 10 0 0.38 0.95 0.20 36.31 0.91 0.42
Hex CD 80 A 0 26 5F 14 24 5B 2A
Octal 315 200 12 0 46 137 24 44 133 52
Binary 11001101 10000000 1010 0 100110 1011111 10100 100100 1011011 101010

Color Harmonies of #CD800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD800A

Black with #CD800A

Text Example


Text Example

White with #CD800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD800A; }

 p { color: rgb(205,128,10); }

 H1.HeaderClassName
 {
   color: #CD800A;
 }
 .AnyTagClassName
 {
   color: #CD800A;
 }
</style>

background-color css

<style>
 a { background-color: #CD800A; }

 a { background-color: rgb(205,128,10); }

 div.DivClassName
 {
   background-color: #CD800A;
 }
 .BgClassName
 {
   background-color: #CD800A;
 }
</style>

border-color css

<style>
 span { border-color: #CD800A; }

 span { border-color: rgb(205,128,10); }

 td.TdClassName
 {
   border-color: #CD800A;
 }
 .TagClassName
 {
   border-color: #CD800A;
 }
</style>