#CF951D

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

Shades of Buttercup #CF951D

Tints of Buttercup #CF951D

Color information

#CF951D (or 0xCF951D) is unknown color: approx Buttercup. HEX triplet: CF, 95 and 1D. RGB value is (207,149,29). Sum of RGB (Red+Green+Blue) = 207+149+29=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF951D is #306AE2. Grayscale: #999999. Windows color (decimal): -3173091 or 1938895. OLE color: 1938895.

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

Color convert

RGB20714929-
CMYK00.280.860.19
HSL40.45º75.42%46.27%-
HSV(B)40.45º85.99%81.18%-
XYZ36.734.855.95-
YUV152.6658.22166.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 29 (11.72% from 255) = 7.53%
R=53.77%
G=38.70%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071492900.280.860.1940.4575.4246.27
HexCF951D01C5613284b2e
Octal31722535034126235011356
Binary1100111110010101111010111001010110100111010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF951D; }

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

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

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

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

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

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

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

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