#CF8500

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

Shades of Dark Goldenrod #CF8500

Tints of Dark Goldenrod #CF8500

Color information

#CF8500 (or 0xCF8500) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 85 and 00. RGB value is (207,133,0). Sum of RGB (Red+Green+Blue) = 207+133+0=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8500 is #307AFF. Grayscale: #8C8C8C. Windows color (decimal): -3177216 or 34255. OLE color: 34255.

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

Color convert

RGB2071330-
CMYK00.3610.19
HSL38.55º100%40.59%-
HSV(B)38.55º100%81.18%-
XYZ34.1230.044-
YUV139.9649.02175.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.88%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.88%
G=39.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207133000.3610.1938.5510040.59
HexCF8500246413276429
Octal3172050044144234714451
Binary1100111110000101001001001100100100111001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8500; }

 p { color: rgb(207,133,0); }

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

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

 a { background-color: rgb(207,133,0); }

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

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

 span { border-color: rgb(207,133,0); }

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