Html Css Color HEX #DC912E Buttercup

📋 copy color: '#DC912E'

red 220 ◦ green 145 ◦ blue 46

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

Shades of Buttercup #DC912E

Tints of Buttercup #DC912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.19%

R = 53.53%
G = 35.28%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC912E (or 0xDC912E) is known color: Buttercup. HEX triplet: DC, 91 and 2E. RGB value is (220,145,46). Sum of RGB (Red+Green+Blue) = 220+145+46=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC912E is #236ED1. Grayscale: #9C9C9C. Windows color (decimal): -2322130 or 3051996. OLE color: 3051996.

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

Color convert

RGB 220 145 46 -
CMYK 0 0.34 0.79 0.14
HSL 34.14º 0.71% 0.52% -
HSV(B) 34.14º 0.79% 0.86% -
XYZ 40.13 35.66 7.35 -
YUV 156.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 220 145 46 0 0.34 0.79 0.14 34.14 0.71 0.52
Hex DC 91 2E 0 22 4F E 22 47 34
Octal 334 221 56 0 42 117 16 42 107 64
Binary 11011100 10010001 101110 0 100010 1001111 1110 100010 1000111 110100

Color Harmonies of #DC912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC912E

Black with #DC912E

Text Example


Text Example

White with #DC912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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