#CF8E15

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

Shades of Buttercup #CF8E15

Tints of Buttercup #CF8E15

Color information

#CF8E15 (or 0xCF8E15) is unknown color: approx Buttercup. HEX triplet: CF, 8E and 15. RGB value is (207,142,21). Sum of RGB (Red+Green+Blue) = 207+142+21=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8E15 is #3071EA. Grayscale: #949494. Windows color (decimal): -3174891 or 1412815. OLE color: 1412815.

HSL color Cylindrical-coordinate representation of color #CF8E15: hue angle of 39.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF8E15 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20714221-
CMYK00.310.900.19
HSL39.03º81.58%44.71%-
HSV(B)39.03º89.86%81.18%-
XYZ35.5432.675.14-
YUV147.6456.53170.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 21 (8.59% from 255) = 5.68%
R=55.95%
G=38.38%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071422100.310.900.1939.0381.5844.71
HexCF8E1501F5A1327522d
Octal31721625037132234712255
Binary1100111110001110101010111111011010100111001111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E15; }

 p { color: rgb(207,142,21); }

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

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

 a { background-color: rgb(207,142,21); }

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

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

 span { border-color: rgb(207,142,21); }

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