Html Css Color HEX #CF8009 Dark Goldenrod

📋 copy color: '#CF8009'

red 207 ◦ green 128 ◦ blue 9

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

Shades of Dark Goldenrod #CF8009

Tints of Dark Goldenrod #CF8009

RGB

 RED value IS 207 (81.25% from 255) = 60.17%

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

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

R = 60.17%
G = 37.21%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF8009 (or 0xCF8009) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 09. RGB value is (207,128,9). Sum of RGB (Red+Green+Blue) = 207+128+9=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8009 is #307FF6. Grayscale: #8A8A8A. Windows color (decimal): -3178487 or 622799. OLE color: 622799.

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

Color convert

RGB 207 128 9 -
CMYK 0 0.38 0.96 0.19
HSL 36.06º 0.92% 0.42% -
HSV(B) 36.06º 0.96% 0.81% -
XYZ 33.5 28.72 4.04 -
YUV 138.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 207 128 9 0 0.38 0.96 0.19 36.06 0.92 0.42
Hex CF 80 9 0 26 60 13 24 5C 2A
Octal 317 200 11 0 46 140 23 44 134 52
Binary 11001111 10000000 1001 0 100110 1100000 10011 100100 1011100 101010

Color Harmonies of #CF8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8009

Black with #CF8009

Text Example


Text Example

White with #CF8009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8009; }

 p { color: rgb(207,128,9); }

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

background-color css

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

 a { background-color: rgb(207,128,9); }

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

border-color css

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

 span { border-color: rgb(207,128,9); }

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