Html Css Color HEX #DD9920 Buttercup

📋 copy color: '#DD9920'

red 221 ◦ green 153 ◦ blue 32

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

Shades of Buttercup #DD9920

Tints of Buttercup #DD9920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 54.43%
G = 37.68%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD9920 (or 0xDD9920) is known color: Buttercup. HEX triplet: DD, 99 and 20. RGB value is (221,153,32). Sum of RGB (Red+Green+Blue) = 221+153+32=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9920 is #2266DF. Grayscale: #A0A0A0. Windows color (decimal): -2254560 or 2136541. OLE color: 2136541.

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

Color convert

RGB 221 153 32 -
CMYK 0 0.31 0.86 0.13
HSL 38.41º 0.75% 0.5% -
HSV(B) 38.41º 0.86% 0.87% -
XYZ 41.47 38.26 6.57 -
YUV 159.54 56.03 171.84 -
System Red Green Blue C M Y K H S L
Decimal 221 153 32 0 0.31 0.86 0.13 38.41 0.75 0.5
Hex DD 99 20 0 1F 56 D 26 4B 32
Octal 335 231 40 0 37 126 15 46 113 62
Binary 11011101 10011001 100000 0 11111 1010110 1101 100110 1001011 110010

Color Harmonies of #DD9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9920

Black with #DD9920

Text Example


Text Example

White with #DD9920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9920; }

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

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

background-color css

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

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

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

border-color css

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

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

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