#DC971B

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

Shades of Buttercup #DC971B

Tints of Buttercup #DC971B

Color information

#DC971B (or 0xDC971B) is unknown color: approx Buttercup. HEX triplet: DC, 97 and 1B. RGB value is (220,151,27). Sum of RGB (Red+Green+Blue) = 220+151+27=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC971B is #2368E4. Grayscale: #9E9E9E. Windows color (decimal): -2320613 or 1808348. OLE color: 1808348.

HSL color Cylindrical-coordinate representation of color #DC971B: hue angle of 38.55º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC971B is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB22015127-
CMYK00.310.880.14
HSL38.55º78.14%48.43%-
HSV(B)38.55º87.73%86.27%-
XYZ40.7837.436.11-
YUV157.554.36172.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 27 (10.94% from 255) = 6.78%
R=55.28%
G=37.94%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201512700.310.880.1438.5578.1448.43
HexDC971B01F58E274e30
Octal33422733037130164711660
Binary110111001001011111011011111101100011101001111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC971B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC971B; }

 p { color: rgb(220,151,27); }

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

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

 a { background-color: rgb(220,151,27); }

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

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

 span { border-color: rgb(220,151,27); }

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