Html Css Color HEX #DC992E Buttercup

📋 copy color: '#DC992E'

red 220 ◦ green 153 ◦ blue 46

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

Shades of Buttercup #DC992E

Tints of Buttercup #DC992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 52.51%
G = 36.52%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC992E (or 0xDC992E) is known color: Buttercup. HEX triplet: DC, 99 and 2E. RGB value is (220,153,46). Sum of RGB (Red+Green+Blue) = 220+153+46=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC992E is #2366D1. Grayscale: #A1A1A1. Windows color (decimal): -2320082 or 3054044. OLE color: 3054044.

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

Color convert

RGB 220 153 46 -
CMYK 0 0.30 0.79 0.14
HSL 36.9º 0.71% 0.52% -
HSV(B) 36.9º 0.79% 0.86% -
XYZ 41.4 38.2 7.78 -
YUV 160.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 220 153 46 0 0.30 0.79 0.14 36.9 0.71 0.52
Hex DC 99 2E 0 1E 4F E 25 47 34
Octal 334 231 56 0 36 117 16 45 107 64
Binary 11011100 10011001 101110 0 11110 1001111 1110 100101 1000111 110100

Color Harmonies of #DC992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC992E

Black with #DC992E

Text Example


Text Example

White with #DC992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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