Html Css Color HEX #DC961D Buttercup

📋 copy color: '#DC961D'

red 220 ◦ green 150 ◦ blue 29

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

Shades of Buttercup #DC961D

Tints of Buttercup #DC961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

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

R = 55.14%
G = 37.59%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC961D (or 0xDC961D) is known color: Buttercup. HEX triplet: DC, 96 and 1D. RGB value is (220,150,29). Sum of RGB (Red+Green+Blue) = 220+150+29=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC961D is #2369E2. Grayscale: #9D9D9D. Windows color (decimal): -2320867 or 1939164. OLE color: 1939164.

HSL color Cylindrical-coordinate representation of color #DC961D: hue angle of 38.01º 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 #DC961D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 29 -
CMYK 0 0.32 0.87 0.14
HSL 38.01º 0.77% 0.49% -
HSV(B) 38.01º 0.87% 0.86% -
XYZ 40.64 37.12 6.18 -
YUV 157.14 55.69 172.84 -
System Red Green Blue C M Y K H S L
Decimal 220 150 29 0 0.32 0.87 0.14 38.01 0.77 0.49
Hex DC 96 1D 0 20 57 E 26 4D 31
Octal 334 226 35 0 40 127 16 46 115 61
Binary 11011100 10010110 11101 0 100000 1010111 1110 100110 1001101 110001

Color Harmonies of #DC961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC961D

Black with #DC961D

Text Example


Text Example

White with #DC961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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