Html Css Color HEX #CF8906 Dark Goldenrod

📋 copy color: '#CF8906'

red 207 ◦ green 137 ◦ blue 6

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

Shades of Dark Goldenrod #CF8906

Tints of Dark Goldenrod #CF8906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 59.14%
G = 39.14%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF8906 (or 0xCF8906) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 06. RGB value is (207,137,6). Sum of RGB (Red+Green+Blue) = 207+137+6=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8906 is #3076F9. Grayscale: #8F8F8F. Windows color (decimal): -3176186 or 428495. OLE color: 428495.

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

Color convert

RGB 207 137 6 -
CMYK 0 0.34 0.97 0.19
HSL 39.1º 0.94% 0.42% -
HSV(B) 39.1º 0.97% 0.81% -
XYZ 34.71 31.17 4.36 -
YUV 143 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 207 137 6 0 0.34 0.97 0.19 39.1 0.94 0.42
Hex CF 89 6 0 22 61 13 27 5E 2A
Octal 317 211 6 0 42 141 23 47 136 52
Binary 11001111 10001001 110 0 100010 1100001 10011 100111 1011110 101010

Color Harmonies of #CF8906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8906

Black with #CF8906

Text Example


Text Example

White with #CF8906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8906; }

 p { color: rgb(207,137,6); }

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

background-color css

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

 a { background-color: rgb(207,137,6); }

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

border-color css

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

 span { border-color: rgb(207,137,6); }

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