Html Css Color HEX #DD991C Buttercup

📋 copy color: '#DD991C'

red 221 ◦ green 153 ◦ blue 28

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

Shades of Buttercup #DD991C

Tints of Buttercup #DD991C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 54.98%
G = 38.06%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD991C (or 0xDD991C) is known color: Buttercup. HEX triplet: DD, 99 and 1C. RGB value is (221,153,28). Sum of RGB (Red+Green+Blue) = 221+153+28=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD991C is #2266E3. Grayscale: #9F9F9F. Windows color (decimal): -2254564 or 1874397. OLE color: 1874397.

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

Color convert

RGB 221 153 28 -
CMYK 0 0.31 0.87 0.13
HSL 38.86º 0.78% 0.49% -
HSV(B) 38.86º 0.87% 0.87% -
XYZ 41.42 38.24 6.3 -
YUV 159.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 221 153 28 0 0.31 0.87 0.13 38.86 0.78 0.49
Hex DD 99 1C 0 1F 57 D 27 4E 31
Octal 335 231 34 0 37 127 15 47 116 61
Binary 11011101 10011001 11100 0 11111 1010111 1101 100111 1001110 110001

Color Harmonies of #DD991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD991C

Black with #DD991C

Text Example


Text Example

White with #DD991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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