#CF8A18

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

Shades of Buttercup #CF8A18

Tints of Buttercup #CF8A18

Color information

#CF8A18 (or 0xCF8A18) is unknown color: approx Buttercup. HEX triplet: CF, 8A and 18. RGB value is (207,138,24). Sum of RGB (Red+Green+Blue) = 207+138+24=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A18 is #3075E7. Grayscale: #929292. Windows color (decimal): -3175912 or 1608399. OLE color: 1608399.

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

Color convert

RGB20713824-
CMYK00.330.880.19
HSL37.38º79.22%45.29%-
HSV(B)37.38º88.41%81.18%-
XYZ34.9931.515.1-
YUV145.6459.36171.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 24 (9.77% from 255) = 6.50%
R=56.10%
G=37.40%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071382400.330.880.1937.3879.2245.29
HexCF8A180215813254f2d
Octal31721230041130234511755
Binary11001111100010101100001000011011000100111001011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8A18; }

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

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

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

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

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

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

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

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