Html Css Color HEX #DD9F32 Buttercup

📋 copy color: '#DD9F32'

red 221 ◦ green 159 ◦ blue 50

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

Shades of Buttercup #DD9F32

Tints of Buttercup #DD9F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.98%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 51.4%
G = 36.98%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD9F32 (or 0xDD9F32) is known color: Buttercup. HEX triplet: DD, 9F and 32. RGB value is (221,159,50). Sum of RGB (Red+Green+Blue) = 221+159+50=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F32 is #2260CD. Grayscale: #A5A5A5. Windows color (decimal): -2253006 or 3317725. OLE color: 3317725.

HSL color Cylindrical-coordinate representation of color #DD9F32: hue angle of 38.25º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD9F32 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 50 -
CMYK 0 0.28 0.77 0.13
HSL 38.25º 0.72% 0.53% -
HSV(B) 38.25º 0.77% 0.87% -
XYZ 42.79 40.4 8.56 -
YUV 165.11 63.04 167.86 -
System Red Green Blue C M Y K H S L
Decimal 221 159 50 0 0.28 0.77 0.13 38.25 0.72 0.53
Hex DD 9F 32 0 1C 4D D 26 48 35
Octal 335 237 62 0 34 115 15 46 110 65
Binary 11011101 10011111 110010 0 11100 1001101 1101 100110 1001000 110101

Color Harmonies of #DD9F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F32

Black with #DD9F32

Text Example


Text Example

White with #DD9F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F32; }

 p { color: rgb(221,159,50); }

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

background-color css

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

 a { background-color: rgb(221,159,50); }

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

border-color css

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

 span { border-color: rgb(221,159,50); }

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