Html Css Color HEX #DD9523 Buttercup

📋 copy color: '#DD9523'

red 221 ◦ green 149 ◦ blue 35

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

Shades of Buttercup #DD9523

Tints of Buttercup #DD9523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 54.57%
G = 36.79%
B = 8.64%

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

#DD9523 (or 0xDD9523) is known color: Buttercup. HEX triplet: DD, 95 and 23. RGB value is (221,149,35). Sum of RGB (Red+Green+Blue) = 221+149+35=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9523 is #226ADC. Grayscale: #9E9E9E. Windows color (decimal): -2255581 or 2332125. OLE color: 2332125.

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

Color convert

RGB 221 149 35 -
CMYK 0 0.33 0.84 0.13
HSL 36.77º 0.73% 0.5% -
HSV(B) 36.77º 0.84% 0.87% -
XYZ 40.87 36.99 6.58 -
YUV 157.53 58.85 173.27 -
System Red Green Blue C M Y K H S L
Decimal 221 149 35 0 0.33 0.84 0.13 36.77 0.73 0.5
Hex DD 95 23 0 21 54 D 25 49 32
Octal 335 225 43 0 41 124 15 45 111 62
Binary 11011101 10010101 100011 0 100001 1010100 1101 100101 1001001 110010

Color Harmonies of #DD9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9523

Black with #DD9523

Text Example


Text Example

White with #DD9523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9523; }

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

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

background-color css

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

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

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

border-color css

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

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

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