Html Css Color HEX #DC911A Buttercup

📋 copy color: '#DC911A'

red 220 ◦ green 145 ◦ blue 26

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

Shades of Buttercup #DC911A

Tints of Buttercup #DC911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

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

R = 56.27%
G = 37.08%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC911A (or 0xDC911A) is known color: Buttercup. HEX triplet: DC, 91 and 1A. RGB value is (220,145,26). Sum of RGB (Red+Green+Blue) = 220+145+26=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC911A is #236EE5. Grayscale: #9A9A9A. Windows color (decimal): -2322150 or 1741276. OLE color: 1741276.

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

Color convert

RGB 220 145 26 -
CMYK 0 0.34 0.88 0.14
HSL 36.8º 0.79% 0.48% -
HSV(B) 36.8º 0.88% 0.86% -
XYZ 39.83 35.54 5.74 -
YUV 153.86 55.85 175.18 -
System Red Green Blue C M Y K H S L
Decimal 220 145 26 0 0.34 0.88 0.14 36.8 0.79 0.48
Hex DC 91 1A 0 22 58 E 25 4F 30
Octal 334 221 32 0 42 130 16 45 117 60
Binary 11011100 10010001 11010 0 100010 1011000 1110 100101 1001111 110000

Color Harmonies of #DC911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC911A

Black with #DC911A

Text Example


Text Example

White with #DC911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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