Html Css Color HEX #DC881D Buttercup

📋 copy color: '#DC881D'

red 220 ◦ green 136 ◦ blue 29

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

Shades of Buttercup #DC881D

Tints of Buttercup #DC881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

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

R = 57.14%
G = 35.32%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC881D (or 0xDC881D) is known color: Buttercup. HEX triplet: DC, 88 and 1D. RGB value is (220,136,29). Sum of RGB (Red+Green+Blue) = 220+136+29=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC881D is #2377E2. Grayscale: #959595. Windows color (decimal): -2324451 or 1935580. OLE color: 1935580.

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

Color convert

RGB 220 136 29 -
CMYK 0 0.38 0.87 0.14
HSL 33.61º 0.77% 0.49% -
HSV(B) 33.61º 0.87% 0.86% -
XYZ 38.54 32.91 5.48 -
YUV 148.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 220 136 29 0 0.38 0.87 0.14 33.61 0.77 0.49
Hex DC 88 1D 0 26 57 E 22 4D 31
Octal 334 210 35 0 46 127 16 42 115 61
Binary 11011100 10001000 11101 0 100110 1010111 1110 100010 1001101 110001

Color Harmonies of #DC881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC881D

Black with #DC881D

Text Example


Text Example

White with #DC881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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