#CF8A03

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

Shades of Dark Goldenrod #CF8A03

Tints of Dark Goldenrod #CF8A03

Color information

#CF8A03 (or 0xCF8A03) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 8A and 03. RGB value is (207,138,3). Sum of RGB (Red+Green+Blue) = 207+138+3=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A03 is #3075FC. Grayscale: #8F8F8F. Windows color (decimal): -3175933 or 232143. OLE color: 232143.

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

Color convert

RGB2071383-
CMYK00.330.990.19
HSL39.71º97.14%41.18%-
HSV(B)39.71º98.55%81.18%-
XYZ34.8431.454.32-
YUV143.2448.86173.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.48%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=59.48%
G=39.66%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207138300.330.990.1939.7197.1441.18
HexCF8A30216313286129
Octal3172123041143235014151
Binary11001111100010101101000011100011100111010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8A03; }

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

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

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

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

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

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

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

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