#CF981C

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

Shades of Buttercup #CF981C

Tints of Buttercup #CF981C

Color information

#CF981C (or 0xCF981C) is unknown color: approx Buttercup. HEX triplet: CF, 98 and 1C. RGB value is (207,152,28). Sum of RGB (Red+Green+Blue) = 207+152+28=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF981C is #3067E3. Grayscale: #9A9A9A. Windows color (decimal): -3172324 or 1874127. OLE color: 1874127.

HSL color Cylindrical-coordinate representation of color #CF981C: hue angle of 41.56º 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 #CF981C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20715228-
CMYK00.270.860.19
HSL41.56º76.17%46.08%-
HSV(B)41.56º86.47%81.18%-
XYZ37.1735.816.05-
YUV154.3156.72165.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 28 (11.33% from 255) = 7.24%
R=53.49%
G=39.28%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071522800.270.860.1941.5676.1746.08
HexCF981C01B56132a4c2e
Octal31723034033126235211456
Binary1100111110011000111000110111010110100111010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF981C; }

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

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

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

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

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

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

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

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