Html Css Color HEX #DC8827 Buttercup

📋 copy color: '#DC8827'

red 220 ◦ green 136 ◦ blue 39

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

Shades of Buttercup #DC8827

Tints of Buttercup #DC8827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.87%

R = 55.7%
G = 34.43%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC8827 (or 0xDC8827) is known color: Buttercup. HEX triplet: DC, 88 and 27. RGB value is (220,136,39). Sum of RGB (Red+Green+Blue) = 220+136+39=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8827 is #2377D8. Grayscale: #969696. Windows color (decimal): -2324441 or 2590940. OLE color: 2590940.

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

Color convert

RGB 220 136 39 -
CMYK 0 0.38 0.82 0.14
HSL 32.15º 0.72% 0.51% -
HSV(B) 32.15º 0.82% 0.86% -
XYZ 38.69 32.97 6.24 -
YUV 150.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 220 136 39 0 0.38 0.82 0.14 32.15 0.72 0.51
Hex DC 88 27 0 26 52 E 20 48 33
Octal 334 210 47 0 46 122 16 40 110 63
Binary 11011100 10001000 100111 0 100110 1010010 1110 100000 1001000 110011

Color Harmonies of #DC8827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8827

Black with #DC8827

Text Example


Text Example

White with #DC8827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8827; }

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

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

background-color css

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

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

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

border-color css

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

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

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