Html Css Color HEX #CF8609 Dark Goldenrod

📋 copy color: '#CF8609'

red 207 ◦ green 134 ◦ blue 9

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

Shades of Dark Goldenrod #CF8609

Tints of Dark Goldenrod #CF8609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 59.14%
G = 38.29%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF8609 (or 0xCF8609) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 09. RGB value is (207,134,9). Sum of RGB (Red+Green+Blue) = 207+134+9=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8609 is #3079F6. Grayscale: #8E8E8E. Windows color (decimal): -3176951 or 624335. OLE color: 624335.

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

Color convert

RGB 207 134 9 -
CMYK 0 0.35 0.96 0.19
HSL 37.88º 0.92% 0.42% -
HSV(B) 37.88º 0.96% 0.81% -
XYZ 34.31 30.34 4.31 -
YUV 141.58 53.18 174.66 -
System Red Green Blue C M Y K H S L
Decimal 207 134 9 0 0.35 0.96 0.19 37.88 0.92 0.42
Hex CF 86 9 0 23 60 13 26 5C 2A
Octal 317 206 11 0 43 140 23 46 134 52
Binary 11001111 10000110 1001 0 100011 1100000 10011 100110 1011100 101010

Color Harmonies of #CF8609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8609

Black with #CF8609

Text Example


Text Example

White with #CF8609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8609; }

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

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

background-color css

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

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

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

border-color css

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

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

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