Html Css Color HEX #DDA130 Buttercup

📋 copy color: '#DDA130'

red 221 ◦ green 161 ◦ blue 48

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

Shades of Buttercup #DDA130

Tints of Buttercup #DDA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

 BLUE value IS 48 (19.14% from 255) = 11.16%

R = 51.4%
G = 37.44%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA130 (or 0xDDA130) is known color: Buttercup. HEX triplet: DD, A1 and 30. RGB value is (221,161,48). Sum of RGB (Red+Green+Blue) = 221+161+48=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA130 is #225ECF. Grayscale: #A6A6A6. Windows color (decimal): -2252496 or 3187165. OLE color: 3187165.

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

Color convert

RGB 221 161 48 -
CMYK 0 0.27 0.78 0.13
HSL 39.19º 0.72% 0.53% -
HSV(B) 39.19º 0.78% 0.87% -
XYZ 43.1 41.08 8.45 -
YUV 166.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 221 161 48 0 0.27 0.78 0.13 39.19 0.72 0.53
Hex DD A1 30 0 1B 4E D 27 48 35
Octal 335 241 60 0 33 116 15 47 110 65
Binary 11011101 10100001 110000 0 11011 1001110 1101 100111 1001000 110101

Color Harmonies of #DDA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA130

Black with #DDA130

Text Example


Text Example

White with #DDA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA130; }

 p { color: rgb(221,161,48); }

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

background-color css

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

 a { background-color: rgb(221,161,48); }

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

border-color css

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

 span { border-color: rgb(221,161,48); }

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