Html Css Color HEX #DD9524 Buttercup

📋 copy color: '#DD9524'

red 221 ◦ green 149 ◦ blue 36

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

Shades of Buttercup #DD9524

Tints of Buttercup #DD9524

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

 BLUE value IS 36 (14.45% from 255) = 8.87%

R = 54.43%
G = 36.7%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD9524 (or 0xDD9524) is known color: Buttercup. HEX triplet: DD, 95 and 24. RGB value is (221,149,36). Sum of RGB (Red+Green+Blue) = 221+149+36=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9524 is #226ADB. Grayscale: #9E9E9E. Windows color (decimal): -2255580 or 2397661. OLE color: 2397661.

HSL color Cylindrical-coordinate representation of color #DD9524: hue angle of 36.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD9524 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 36 -
CMYK 0 0.33 0.84 0.13
HSL 36.65º 0.73% 0.5% -
HSV(B) 36.65º 0.84% 0.87% -
XYZ 40.88 36.99 6.65 -
YUV 157.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 221 149 36 0 0.33 0.84 0.13 36.65 0.73 0.5
Hex DD 95 24 0 21 54 D 25 49 32
Octal 335 225 44 0 41 124 15 45 111 62
Binary 11011101 10010101 100100 0 100001 1010100 1101 100101 1001001 110010

Color Harmonies of #DD9524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9524

Black with #DD9524

Text Example


Text Example

White with #DD9524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9524; }

 p { color: rgb(221,149,36); }

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

background-color css

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

 a { background-color: rgb(221,149,36); }

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

border-color css

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

 span { border-color: rgb(221,149,36); }

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