#CF8912

Color #CF8912 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CF8912

Tints of Dark Goldenrod #CF8912

Color information

#CF8912 (or 0xCF8912) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 89 and 12. RGB value is (207,137,18). Sum of RGB (Red+Green+Blue) = 207+137+18=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8912 is #3076ED. Grayscale: #909090. Windows color (decimal): -3176174 or 1214927. OLE color: 1214927.

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

Color convert

RGB20713718-
CMYK00.340.910.19
HSL37.78º84%44.12%-
HSV(B)37.78º91.3%81.18%-
XYZ34.7931.24.76-
YUV144.3656.69172.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 18 (7.42% from 255) = 4.97%
R=57.18%
G=37.85%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071371800.340.910.1937.788444.12
HexCF89120225B1326542c
Octal31721122042133234612454
Binary11001111100010011001001000101011011100111001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8912; }

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

 H1.HeaderClassName
 {
   color: #CF8912;
 }
 .AnyTagClassName
 {
   color: #CF8912;
 }
</style>
background-color css

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

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

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

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

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

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