Html Css Color HEX #DD9922 Buttercup

📋 copy color: '#DD9922'

red 221 ◦ green 153 ◦ blue 34

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

Shades of Buttercup #DD9922

Tints of Buttercup #DD9922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.33%

R = 54.17%
G = 37.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD9922 (or 0xDD9922) is known color: Buttercup. HEX triplet: DD, 99 and 22. RGB value is (221,153,34). Sum of RGB (Red+Green+Blue) = 221+153+34=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9922 is #2266DD. Grayscale: #A0A0A0. Windows color (decimal): -2254558 or 2267613. OLE color: 2267613.

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

Color convert

RGB 221 153 34 -
CMYK 0 0.31 0.85 0.13
HSL 38.18º 0.73% 0.5% -
HSV(B) 38.18º 0.85% 0.87% -
XYZ 41.5 38.27 6.71 -
YUV 159.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 221 153 34 0 0.31 0.85 0.13 38.18 0.73 0.5
Hex DD 99 22 0 1F 55 D 26 49 32
Octal 335 231 42 0 37 125 15 46 111 62
Binary 11011101 10011001 100010 0 11111 1010101 1101 100110 1001001 110010

Color Harmonies of #DD9922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9922

Black with #DD9922

Text Example


Text Example

White with #DD9922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9922; }

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

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

background-color css

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

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

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

border-color css

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

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

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