#CF8812

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

Shades of Dark Goldenrod #CF8812

Tints of Dark Goldenrod #CF8812

Color information

#CF8812 (or 0xCF8812) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 88 and 12. RGB value is (207,136,18). Sum of RGB (Red+Green+Blue) = 207+136+18=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8812 is #3077ED. Grayscale: #909090. Windows color (decimal): -3176430 or 1214671. OLE color: 1214671.

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

Color convert

RGB20713618-
CMYK00.340.910.19
HSL37.46º84%44.12%-
HSV(B)37.46º91.3%81.18%-
XYZ34.6530.924.71-
YUV143.7857.02173.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 18 (7.42% from 255) = 4.99%
R=57.34%
G=37.67%
B=4.99%

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
Decimal2071361800.340.910.1937.468444.12
HexCF88120225B1325542c
Octal31721022042133234512454
Binary11001111100010001001001000101011011100111001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8812; }

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

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

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

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

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

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

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

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