Html Css Color HEX #CD8C09 Dark Goldenrod

📋 copy color: '#CD8C09'

red 205 ◦ green 140 ◦ blue 9

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

Shades of Dark Goldenrod #CD8C09

Tints of Dark Goldenrod #CD8C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

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

R = 57.91%
G = 39.55%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD8C09 (or 0xCD8C09) is known color: Dark Goldenrod. HEX triplet: CD, 8C and 09. RGB value is (205,140,9). Sum of RGB (Red+Green+Blue) = 205+140+9=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8C09 is #3273F6. Grayscale: #919191. Windows color (decimal): -3306487 or 625869. OLE color: 625869.

HSL color Cylindrical-coordinate representation of color #CD8C09: hue angle of 40.1º 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 #CD8C09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 9 -
CMYK 0 0.32 0.96 0.20
HSL 40.1º 0.92% 0.42% -
HSV(B) 40.1º 0.96% 0.8% -
XYZ 34.6 31.76 4.56 -
YUV 144.5 51.53 171.15 -
System Red Green Blue C M Y K H S L
Decimal 205 140 9 0 0.32 0.96 0.20 40.1 0.92 0.42
Hex CD 8C 9 0 20 60 14 28 5C 2A
Octal 315 214 11 0 40 140 24 50 134 52
Binary 11001101 10001100 1001 0 100000 1100000 10100 101000 1011100 101010

Color Harmonies of #CD8C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C09

Black with #CD8C09

Text Example


Text Example

White with #CD8C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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