Html Css Color HEX #DC8829 Buttercup

📋 copy color: '#DC8829'

red 220 ◦ green 136 ◦ blue 41

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

Shades of Buttercup #DC8829

Tints of Buttercup #DC8829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 55.42%
G = 34.26%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC8829 (or 0xDC8829) is known color: Buttercup. HEX triplet: DC, 88 and 29. RGB value is (220,136,41). Sum of RGB (Red+Green+Blue) = 220+136+41=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8829 is #2377D6. Grayscale: #969696. Windows color (decimal): -2324439 or 2722012. OLE color: 2722012.

HSL color Cylindrical-coordinate representation of color #DC8829: hue angle of 31.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC8829 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 41 -
CMYK 0 0.38 0.81 0.14
HSL 31.84º 0.72% 0.51% -
HSV(B) 31.84º 0.81% 0.86% -
XYZ 38.72 32.98 6.42 -
YUV 150.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 220 136 41 0 0.38 0.81 0.14 31.84 0.72 0.51
Hex DC 88 29 0 26 51 E 20 48 33
Octal 334 210 51 0 46 121 16 40 110 63
Binary 11011100 10001000 101001 0 100110 1010001 1110 100000 1001000 110011

Color Harmonies of #DC8829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8829

Black with #DC8829

Text Example


Text Example

White with #DC8829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8829; }

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

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

background-color css

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

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

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

border-color css

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

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

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