Html Css Color HEX #DD9731 Buttercup

📋 copy color: '#DD9731'

red 221 ◦ green 151 ◦ blue 49

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

Shades of Buttercup #DD9731

Tints of Buttercup #DD9731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 49 (19.53% from 255) = 11.64%

R = 52.49%
G = 35.87%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9731 (or 0xDD9731) is known color: Buttercup. HEX triplet: DD, 97 and 31. RGB value is (221,151,49). Sum of RGB (Red+Green+Blue) = 221+151+49=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9731 is #2268CE. Grayscale: #A0A0A0. Windows color (decimal): -2255055 or 3250141. OLE color: 3250141.

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

Color convert

RGB 221 151 49 -
CMYK 0 0.32 0.78 0.13
HSL 35.58º 0.72% 0.53% -
HSV(B) 35.58º 0.78% 0.87% -
XYZ 41.44 37.73 8 -
YUV 160.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 221 151 49 0 0.32 0.78 0.13 35.58 0.72 0.53
Hex DD 97 31 0 20 4E D 24 48 35
Octal 335 227 61 0 40 116 15 44 110 65
Binary 11011101 10010111 110001 0 100000 1001110 1101 100100 1001000 110101

Color Harmonies of #DD9731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9731

Black with #DD9731

Text Example


Text Example

White with #DD9731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9731; }

 p { color: rgb(221,151,49); }

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

background-color css

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

 a { background-color: rgb(221,151,49); }

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

border-color css

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

 span { border-color: rgb(221,151,49); }

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