Html Css Color HEX #DD992E Buttercup

📋 copy color: '#DD992E'

red 221 ◦ green 153 ◦ blue 46

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

Shades of Buttercup #DD992E

Tints of Buttercup #DD992E

RGB

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

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

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

R = 52.62%
G = 36.43%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD992E (or 0xDD992E) is known color: Buttercup. HEX triplet: DD, 99 and 2E. RGB value is (221,153,46). Sum of RGB (Red+Green+Blue) = 221+153+46=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD992E is #2266D1. Grayscale: #A1A1A1. Windows color (decimal): -2254546 or 3054045. OLE color: 3054045.

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

Color convert

RGB 221 153 46 -
CMYK 0 0.31 0.79 0.13
HSL 36.69º 0.72% 0.52% -
HSV(B) 36.69º 0.79% 0.87% -
XYZ 41.7 38.35 7.79 -
YUV 161.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 221 153 46 0 0.31 0.79 0.13 36.69 0.72 0.52
Hex DD 99 2E 0 1F 4F D 25 48 34
Octal 335 231 56 0 37 117 15 45 110 64
Binary 11011101 10011001 101110 0 11111 1001111 1101 100101 1001000 110100

Color Harmonies of #DD992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD992E

Black with #DD992E

Text Example


Text Example

White with #DD992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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