#CF971D

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

Shades of Buttercup #CF971D

Tints of Buttercup #CF971D

Color information

#CF971D (or 0xCF971D) is unknown color: approx Buttercup. HEX triplet: CF, 97 and 1D. RGB value is (207,151,29). Sum of RGB (Red+Green+Blue) = 207+151+29=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF971D is #3068E2. Grayscale: #9A9A9A. Windows color (decimal): -3172579 or 1939407. OLE color: 1939407.

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

Color convert

RGB20715129-
CMYK00.270.860.19
HSL41.12º75.42%46.27%-
HSV(B)41.12º85.99%81.18%-
XYZ37.0235.496.06-
YUV153.8457.55165.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 29 (11.72% from 255) = 7.49%
R=53.49%
G=39.02%
B=7.49%

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
Decimal2071512900.270.860.1941.1275.4246.27
HexCF971D01B5613294b2e
Octal31722735033126235111356
Binary1100111110010111111010110111010110100111010011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF971D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF971D; }

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

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

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

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

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

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

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

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