Html Css Color HEX #DD9222 Buttercup

📋 copy color: '#DD9222'

red 221 ◦ green 146 ◦ blue 34

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

Shades of Buttercup #DD9222

Tints of Buttercup #DD9222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 55.11%
G = 36.41%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD9222 (or 0xDD9222) is known color: Buttercup. HEX triplet: DD, 92 and 22. RGB value is (221,146,34). Sum of RGB (Red+Green+Blue) = 221+146+34=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9222 is #226DDD. Grayscale: #9C9C9C. Windows color (decimal): -2256350 or 2265821. OLE color: 2265821.

HSL color Cylindrical-coordinate representation of color #DD9222: hue angle of 35.94º 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 #DD9222 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 146 34 -
CMYK 0 0.34 0.85 0.13
HSL 35.94º 0.73% 0.5% -
HSV(B) 35.94º 0.85% 0.87% -
XYZ 40.39 36.05 6.34 -
YUV 155.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 221 146 34 0 0.34 0.85 0.13 35.94 0.73 0.5
Hex DD 92 22 0 22 55 D 24 49 32
Octal 335 222 42 0 42 125 15 44 111 62
Binary 11011101 10010010 100010 0 100010 1010101 1101 100100 1001001 110010

Color Harmonies of #DD9222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9222

Black with #DD9222

Text Example


Text Example

White with #DD9222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9222; }

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

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

background-color css

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

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

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

border-color css

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

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

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