Html Css Color HEX #DD9A21 Buttercup

📋 copy color: '#DD9A21'

red 221 ◦ green 154 ◦ blue 33

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

Shades of Buttercup #DD9A21

Tints of Buttercup #DD9A21

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

 BLUE value IS 33 (13.28% from 255) = 8.09%

R = 54.17%
G = 37.75%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD9A21 (or 0xDD9A21) is known color: Buttercup. HEX triplet: DD, 9A and 21. RGB value is (221,154,33). Sum of RGB (Red+Green+Blue) = 221+154+33=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A21 is #2265DE. Grayscale: #A0A0A0. Windows color (decimal): -2254303 or 2202333. OLE color: 2202333.

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

Color convert

RGB 221 154 33 -
CMYK 0 0.30 0.85 0.13
HSL 38.62º 0.74% 0.5% -
HSV(B) 38.62º 0.85% 0.87% -
XYZ 41.65 38.59 6.69 -
YUV 160.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 221 154 33 0 0.30 0.85 0.13 38.62 0.74 0.5
Hex DD 9A 21 0 1E 55 D 27 4A 32
Octal 335 232 41 0 36 125 15 47 112 62
Binary 11011101 10011010 100001 0 11110 1010101 1101 100111 1001010 110010

Color Harmonies of #DD9A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A21

Black with #DD9A21

Text Example


Text Example

White with #DD9A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A21; }

 p { color: rgb(221,154,33); }

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

background-color css

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

 a { background-color: rgb(221,154,33); }

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

border-color css

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

 span { border-color: rgb(221,154,33); }

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