Html Css Color HEX #DDA031 Buttercup

📋 copy color: '#DDA031'

red 221 ◦ green 160 ◦ blue 49

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

Shades of Buttercup #DDA031

Tints of Buttercup #DDA031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.4%

R = 51.4%
G = 37.21%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA031 (or 0xDDA031) is known color: Buttercup. HEX triplet: DD, A0 and 31. RGB value is (221,160,49). Sum of RGB (Red+Green+Blue) = 221+160+49=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA031 is #225FCE. Grayscale: #A6A6A6. Windows color (decimal): -2252751 or 3252445. OLE color: 3252445.

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

Color convert

RGB 221 160 49 -
CMYK 0 0.28 0.78 0.13
HSL 38.72º 0.72% 0.53% -
HSV(B) 38.72º 0.78% 0.87% -
XYZ 42.94 40.74 8.51 -
YUV 165.59 62.21 167.53 -
System Red Green Blue C M Y K H S L
Decimal 221 160 49 0 0.28 0.78 0.13 38.72 0.72 0.53
Hex DD A0 31 0 1C 4E D 27 48 35
Octal 335 240 61 0 34 116 15 47 110 65
Binary 11011101 10100000 110001 0 11100 1001110 1101 100111 1001000 110101

Color Harmonies of #DDA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA031

Black with #DDA031

Text Example


Text Example

White with #DDA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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