Html Css Color HEX #DD992C Buttercup

📋 copy color: '#DD992C'

red 221 ◦ green 153 ◦ blue 44

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

Shades of Buttercup #DD992C

Tints of Buttercup #DD992C

RGB

 RED value IS 221 (86.72% from 255) = 52.87%

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

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 52.87%
G = 36.6%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD992C (or 0xDD992C) is known color: Buttercup. HEX triplet: DD, 99 and 2C. RGB value is (221,153,44). Sum of RGB (Red+Green+Blue) = 221+153+44=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD992C is #2266D3. Grayscale: #A1A1A1. Windows color (decimal): -2254548 or 2922973. OLE color: 2922973.

HSL color Cylindrical-coordinate representation of color #DD992C: hue angle of 36.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD992C is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 44 -
CMYK 0 0.31 0.80 0.13
HSL 36.95º 0.72% 0.52% -
HSV(B) 36.95º 0.8% 0.87% -
XYZ 41.66 38.34 7.59 -
YUV 160.91 62.03 170.86 -
System Red Green Blue C M Y K H S L
Decimal 221 153 44 0 0.31 0.80 0.13 36.95 0.72 0.52
Hex DD 99 2C 0 1F 50 D 25 48 34
Octal 335 231 54 0 37 120 15 45 110 64
Binary 11011101 10011001 101100 0 11111 1010000 1101 100101 1001000 110100

Color Harmonies of #DD992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD992C

Black with #DD992C

Text Example


Text Example

White with #DD992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD992C; }

 p { color: rgb(221,153,44); }

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

background-color css

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

 a { background-color: rgb(221,153,44); }

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

border-color css

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

 span { border-color: rgb(221,153,44); }

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