#CF8A12

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

Shades of Dark Goldenrod #CF8A12

Tints of Dark Goldenrod #CF8A12

Color information

#CF8A12 (or 0xCF8A12) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 8A and 12. RGB value is (207,138,18). Sum of RGB (Red+Green+Blue) = 207+138+18=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A12 is #3075ED. Grayscale: #919191. Windows color (decimal): -3175918 or 1215183. OLE color: 1215183.

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

Color convert

RGB20713818-
CMYK00.330.910.19
HSL38.1º84%44.12%-
HSV(B)38.1º91.3%81.18%-
XYZ34.9331.494.81-
YUV144.9556.36172.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.02%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 18 (7.42% from 255) = 4.96%
R=57.02%
G=38.02%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071381800.330.910.1938.18444.12
HexCF8A120215B1326542c
Octal31721222041133234612454
Binary11001111100010101001001000011011011100111001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8A12; }

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

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

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

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

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

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

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

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