Html Css Color HEX #DC911E Buttercup

📋 copy color: '#DC911E'

red 220 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #DC911E

Tints of Buttercup #DC911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.59%

R = 55.7%
G = 36.71%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC911E (or 0xDC911E) is known color: Buttercup. HEX triplet: DC, 91 and 1E. RGB value is (220,145,30). Sum of RGB (Red+Green+Blue) = 220+145+30=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC911E is #236EE1. Grayscale: #9A9A9A. Windows color (decimal): -2322146 or 2003420. OLE color: 2003420.

HSL color Cylindrical-coordinate representation of color #DC911E: hue angle of 36.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC911E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 30 -
CMYK 0 0.34 0.86 0.14
HSL 36.32º 0.76% 0.49% -
HSV(B) 36.32º 0.86% 0.86% -
XYZ 39.87 35.56 5.99 -
YUV 154.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 220 145 30 0 0.34 0.86 0.14 36.32 0.76 0.49
Hex DC 91 1E 0 22 56 E 24 4C 31
Octal 334 221 36 0 42 126 16 44 114 61
Binary 11011100 10010001 11110 0 100010 1010110 1110 100100 1001100 110001

Color Harmonies of #DC911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC911E

Black with #DC911E

Text Example


Text Example

White with #DC911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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