Html Css Color HEX #DDA032 Buttercup

📋 copy color: '#DDA032'

red 221 ◦ green 160 ◦ blue 50

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

Shades of Buttercup #DDA032

Tints of Buttercup #DDA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 50 (19.92% from 255) = 11.6%

R = 51.28%
G = 37.12%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDA032 (or 0xDDA032) is known color: Buttercup. HEX triplet: DD, A0 and 32. RGB value is (221,160,50). Sum of RGB (Red+Green+Blue) = 221+160+50=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA032 is #225FCD. Grayscale: #A6A6A6. Windows color (decimal): -2252750 or 3317981. OLE color: 3317981.

HSL color Cylindrical-coordinate representation of color #DDA032: hue angle of 38.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDA032 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 50 -
CMYK 0 0.28 0.77 0.13
HSL 38.6º 0.72% 0.53% -
HSV(B) 38.6º 0.77% 0.87% -
XYZ 42.97 40.74 8.62 -
YUV 165.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 221 160 50 0 0.28 0.77 0.13 38.6 0.72 0.53
Hex DD A0 32 0 1C 4D D 27 48 35
Octal 335 240 62 0 34 115 15 47 110 65
Binary 11011101 10100000 110010 0 11100 1001101 1101 100111 1001000 110101

Color Harmonies of #DDA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA032

Black with #DDA032

Text Example


Text Example

White with #DDA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA032; }

 p { color: rgb(221,160,50); }

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

background-color css

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

 a { background-color: rgb(221,160,50); }

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

border-color css

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

 span { border-color: rgb(221,160,50); }

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