Html Css Color HEX #DC971D Buttercup

📋 copy color: '#DC971D'

red 220 ◦ green 151 ◦ blue 29

#DC971D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttercup #DC971D

Tints of Buttercup #DC971D

RGB

 RED value IS 220 (86.33% from 255) = 55%

 GREEN value IS 151 (59.38% from 255) = 37.75%

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 55%
G = 37.75%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC971D (or 0xDC971D) is known color: Buttercup. HEX triplet: DC, 97 and 1D. RGB value is (220,151,29). Sum of RGB (Red+Green+Blue) = 220+151+29=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC971D is #2368E2. Grayscale: #9E9E9E. Windows color (decimal): -2320611 or 1939420. OLE color: 1939420.

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

Color convert

RGB 220 151 29 -
CMYK 0 0.31 0.87 0.14
HSL 38.32º 0.77% 0.49% -
HSV(B) 38.32º 0.87% 0.86% -
XYZ 40.8 37.44 6.24 -
YUV 157.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 220 151 29 0 0.31 0.87 0.14 38.32 0.77 0.49
Hex DC 97 1D 0 1F 57 E 26 4D 31
Octal 334 227 35 0 37 127 16 46 115 61
Binary 11011100 10010111 11101 0 11111 1010111 1110 100110 1001101 110001

Color Harmonies of #DC971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC971D

Black with #DC971D

Text Example


Text Example

White with #DC971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC971D; }

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

 H1.HeaderClassName
 {
   color: #DC971D;
 }
 .AnyTagClassName
 {
   color: #DC971D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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