Html Css Color HEX #DD9327 Buttercup

📋 copy color: '#DD9327'

red 221 ◦ green 147 ◦ blue 39

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

Shades of Buttercup #DD9327

Tints of Buttercup #DD9327

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 54.3%
G = 36.12%
B = 9.58%

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

#DD9327 (or 0xDD9327) is known color: Buttercup. HEX triplet: DD, 93 and 27. RGB value is (221,147,39). Sum of RGB (Red+Green+Blue) = 221+147+39=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9327 is #226CD8. Grayscale: #9D9D9D. Windows color (decimal): -2256089 or 2593757. OLE color: 2593757.

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

Color convert

RGB 221 147 39 -
CMYK 0 0.33 0.82 0.13
HSL 35.6º 0.73% 0.51% -
HSV(B) 35.6º 0.82% 0.87% -
XYZ 40.62 36.39 6.8 -
YUV 156.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 221 147 39 0 0.33 0.82 0.13 35.6 0.73 0.51
Hex DD 93 27 0 21 52 D 24 49 33
Octal 335 223 47 0 41 122 15 44 111 63
Binary 11011101 10010011 100111 0 100001 1010010 1101 100100 1001001 110011

Color Harmonies of #DD9327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9327

Black with #DD9327

Text Example


Text Example

White with #DD9327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9327; }

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

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

background-color css

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

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

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

border-color css

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

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

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