Html Css Color HEX #DD9527 Buttercup

📋 copy color: '#DD9527'

red 221 ◦ green 149 ◦ blue 39

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

Shades of Buttercup #DD9527

Tints of Buttercup #DD9527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 54.03%
G = 36.43%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD9527 (or 0xDD9527) is known color: Buttercup. HEX triplet: DD, 95 and 27. RGB value is (221,149,39). Sum of RGB (Red+Green+Blue) = 221+149+39=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9527 is #226AD8. Grayscale: #9E9E9E. Windows color (decimal): -2255577 or 2594269. OLE color: 2594269.

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

Color convert

RGB 221 149 39 -
CMYK 0 0.33 0.82 0.13
HSL 36.26º 0.73% 0.51% -
HSV(B) 36.26º 0.82% 0.87% -
XYZ 40.93 37.01 6.91 -
YUV 157.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 221 149 39 0 0.33 0.82 0.13 36.26 0.73 0.51
Hex DD 95 27 0 21 52 D 24 49 33
Octal 335 225 47 0 41 122 15 44 111 63
Binary 11011101 10010101 100111 0 100001 1010010 1101 100100 1001001 110011

Color Harmonies of #DD9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9527

Black with #DD9527

Text Example


Text Example

White with #DD9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9527; }

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

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

background-color css

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

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

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

border-color css

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

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

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