#CF8F20

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

Shades of Buttercup #CF8F20

Tints of Buttercup #CF8F20

Color information

#CF8F20 (or 0xCF8F20) is unknown color: approx Buttercup. HEX triplet: CF, 8F and 20. RGB value is (207,143,32). Sum of RGB (Red+Green+Blue) = 207+143+32=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F20 is #3070DF. Grayscale: #959595. Windows color (decimal): -3174624 or 2133967. OLE color: 2133967.

HSL color Cylindrical-coordinate representation of color #CF8F20: hue angle of 38.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF8F20 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20714332-
CMYK00.310.850.19
HSL38.06º73.22%46.86%-
HSV(B)38.06º84.54%81.18%-
XYZ35.8233.015.85-
YUV149.4861.7169.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.19%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 32 (12.89% from 255) = 8.38%
R=54.19%
G=37.43%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071433200.310.850.1938.0673.2246.86
HexCF8F2001F551326492f
Octal31721740037125234611157
Binary11001111100011111000000111111010101100111001101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8F20; }

 p { color: rgb(207,143,32); }

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

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

 a { background-color: rgb(207,143,32); }

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

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

 span { border-color: rgb(207,143,32); }

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