Html Css Color HEX #DD9733 Buttercup

📋 copy color: '#DD9733'

red 221 ◦ green 151 ◦ blue 51

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

Shades of Buttercup #DD9733

Tints of Buttercup #DD9733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.06%

R = 52.25%
G = 35.7%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD9733 (or 0xDD9733) is known color: Buttercup. HEX triplet: DD, 97 and 33. RGB value is (221,151,51). Sum of RGB (Red+Green+Blue) = 221+151+51=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9733 is #2268CC. Grayscale: #A1A1A1. Windows color (decimal): -2255053 or 3381213. OLE color: 3381213.

HSL color Cylindrical-coordinate representation of color #DD9733: hue angle of 35.29º degrees, saturation: 0.71, 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 #DD9733 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 51 -
CMYK 0 0.32 0.77 0.13
HSL 35.29º 0.71% 0.53% -
HSV(B) 35.29º 0.77% 0.87% -
XYZ 41.48 37.74 8.23 -
YUV 160.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 221 151 51 0 0.32 0.77 0.13 35.29 0.71 0.53
Hex DD 97 33 0 20 4D D 23 47 35
Octal 335 227 63 0 40 115 15 43 107 65
Binary 11011101 10010111 110011 0 100000 1001101 1101 100011 1000111 110101

Color Harmonies of #DD9733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9733

Black with #DD9733

Text Example


Text Example

White with #DD9733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9733; }

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

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

background-color css

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

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

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

border-color css

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

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

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