Html Css Color HEX #DC881A Buttercup

📋 copy color: '#DC881A'

red 220 ◦ green 136 ◦ blue 26

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

Shades of Buttercup #DC881A

Tints of Buttercup #DC881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.81%

R = 57.59%
G = 35.6%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC881A (or 0xDC881A) is known color: Buttercup. HEX triplet: DC, 88 and 1A. RGB value is (220,136,26). Sum of RGB (Red+Green+Blue) = 220+136+26=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC881A is #2377E5. Grayscale: #959595. Windows color (decimal): -2324454 or 1738972. OLE color: 1738972.

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

Color convert

RGB 220 136 26 -
CMYK 0 0.38 0.88 0.14
HSL 34.02º 0.79% 0.48% -
HSV(B) 34.02º 0.88% 0.86% -
XYZ 38.51 32.9 5.3 -
YUV 148.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 220 136 26 0 0.38 0.88 0.14 34.02 0.79 0.48
Hex DC 88 1A 0 26 58 E 22 4F 30
Octal 334 210 32 0 46 130 16 42 117 60
Binary 11011100 10001000 11010 0 100110 1011000 1110 100010 1001111 110000

Color Harmonies of #DC881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC881A

Black with #DC881A

Text Example


Text Example

White with #DC881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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