Html Css Color HEX #CD8A09 Dark Goldenrod

📋 copy color: '#CD8A09'

red 205 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #CD8A09

Tints of Dark Goldenrod #CD8A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 58.24%
G = 39.2%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD8A09 (or 0xCD8A09) is known color: Dark Goldenrod. HEX triplet: CD, 8A and 09. RGB value is (205,138,9). Sum of RGB (Red+Green+Blue) = 205+138+9=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8A09 is #3275F6. Grayscale: #8F8F8F. Windows color (decimal): -3306999 or 625357. OLE color: 625357.

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

Color convert

RGB 205 138 9 -
CMYK 0 0.33 0.96 0.20
HSL 39.49º 0.92% 0.42% -
HSV(B) 39.49º 0.96% 0.8% -
XYZ 34.31 31.18 4.47 -
YUV 143.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 205 138 9 0 0.33 0.96 0.20 39.49 0.92 0.42
Hex CD 8A 9 0 21 60 14 27 5C 2A
Octal 315 212 11 0 41 140 24 47 134 52
Binary 11001101 10001010 1001 0 100001 1100000 10100 100111 1011100 101010

Color Harmonies of #CD8A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A09

Black with #CD8A09

Text Example


Text Example

White with #CD8A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A09; }

 p { color: rgb(205,138,9); }

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

background-color css

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

 a { background-color: rgb(205,138,9); }

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

border-color css

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

 span { border-color: rgb(205,138,9); }

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