#CF971C

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

Shades of Buttercup #CF971C

Tints of Buttercup #CF971C

Color information

#CF971C (or 0xCF971C) is unknown color: approx Buttercup. HEX triplet: CF, 97 and 1C. RGB value is (207,151,28). Sum of RGB (Red+Green+Blue) = 207+151+28=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF971C is #3068E3. Grayscale: #9A9A9A. Windows color (decimal): -3172580 or 1873871. OLE color: 1873871.

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

Color convert

RGB20715128-
CMYK00.270.860.19
HSL41.23º76.17%46.08%-
HSV(B)41.23º86.47%81.18%-
XYZ37.0135.486-
YUV153.7257.05166-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 28 (11.33% from 255) = 7.25%
R=53.63%
G=39.12%
B=7.25%

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
Decimal2071512800.270.860.1941.2376.1746.08
HexCF971C01B5613294c2e
Octal31722734033126235111456
Binary1100111110010111111000110111010110100111010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF971C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF971C; }

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

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

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

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

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

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

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

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