#CF8A1C

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

Shades of Buttercup #CF8A1C

Tints of Buttercup #CF8A1C

Color information

#CF8A1C (or 0xCF8A1C) is unknown color: approx Buttercup. HEX triplet: CF, 8A and 1C. RGB value is (207,138,28). Sum of RGB (Red+Green+Blue) = 207+138+28=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A1C is #3075E3. Grayscale: #929292. Windows color (decimal): -3175908 or 1870543. OLE color: 1870543.

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

Color convert

RGB20713828-
CMYK00.330.860.19
HSL36.87º76.17%46.08%-
HSV(B)36.87º86.47%81.18%-
XYZ35.0331.535.34-
YUV146.0961.36171.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 28 (11.33% from 255) = 7.51%
R=55.50%
G=37.00%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071382800.330.860.1936.8776.1746.08
HexCF8A1C0215613254c2e
Octal31721234041126234511456
Binary11001111100010101110001000011010110100111001011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8A1C; }

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

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

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

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

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

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

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

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