Html Css Color HEX #DDA033 Buttercup

📋 copy color: '#DDA033'

red 221 ◦ green 160 ◦ blue 51

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

Shades of Buttercup #DDA033

Tints of Buttercup #DDA033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.81%

R = 51.16%
G = 37.04%
B = 11.81%

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

#DDA033 (or 0xDDA033) is known color: Buttercup. HEX triplet: DD, A0 and 33. RGB value is (221,160,51). Sum of RGB (Red+Green+Blue) = 221+160+51=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA033 is #225FCC. Grayscale: #A6A6A6. Windows color (decimal): -2252749 or 3383517. OLE color: 3383517.

HSL color Cylindrical-coordinate representation of color #DDA033: hue angle of 38.47º degrees, saturation: 0.71, 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 #DDA033 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 51 -
CMYK 0 0.28 0.77 0.13
HSL 38.47º 0.71% 0.53% -
HSV(B) 38.47º 0.77% 0.87% -
XYZ 42.99 40.75 8.73 -
YUV 165.81 63.21 167.36 -
System Red Green Blue C M Y K H S L
Decimal 221 160 51 0 0.28 0.77 0.13 38.47 0.71 0.53
Hex DD A0 33 0 1C 4D D 26 47 35
Octal 335 240 63 0 34 115 15 46 107 65
Binary 11011101 10100000 110011 0 11100 1001101 1101 100110 1000111 110101

Color Harmonies of #DDA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA033

Black with #DDA033

Text Example


Text Example

White with #DDA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA033; }

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

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

background-color css

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

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

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

border-color css

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

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

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