#CF8D20

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

Shades of Buttercup #CF8D20

Tints of Buttercup #CF8D20

Color information

#CF8D20 (or 0xCF8D20) is unknown color: approx Buttercup. HEX triplet: CF, 8D and 20. RGB value is (207,141,32). Sum of RGB (Red+Green+Blue) = 207+141+32=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D20 is #3072DF. Grayscale: #949494. Windows color (decimal): -3175136 or 2133455. OLE color: 2133455.

HSL color Cylindrical-coordinate representation of color #CF8D20: hue angle of 37.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF8D20 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20714132-
CMYK00.320.850.19
HSL37.37º73.22%46.86%-
HSV(B)37.37º84.54%81.18%-
XYZ35.5232.425.75-
YUV148.3162.37169.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 32 (12.89% from 255) = 8.42%
R=54.47%
G=37.11%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071413200.320.850.1937.3773.2246.86
HexCF8D20020551325492f
Octal31721540040125234511157
Binary110011111000110110000001000001010101100111001011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D20; }

 p { color: rgb(207,141,32); }

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

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

 a { background-color: rgb(207,141,32); }

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

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

 span { border-color: rgb(207,141,32); }

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