Html Css Color HEX #DD9633 Buttercup

📋 copy color: '#DD9633'

red 221 ◦ green 150 ◦ blue 51

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

Shades of Buttercup #DD9633

Tints of Buttercup #DD9633

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

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

R = 52.37%
G = 35.55%
B = 12.09%

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

#DD9633 (or 0xDD9633) is known color: Buttercup. HEX triplet: DD, 96 and 33. RGB value is (221,150,51). Sum of RGB (Red+Green+Blue) = 221+150+51=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9633 is #2269CC. Grayscale: #A0A0A0. Windows color (decimal): -2255309 or 3380957. OLE color: 3380957.

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

Color convert

RGB 221 150 51 -
CMYK 0 0.32 0.77 0.13
HSL 34.94º 0.71% 0.53% -
HSV(B) 34.94º 0.77% 0.87% -
XYZ 41.32 37.42 8.18 -
YUV 159.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 221 150 51 0 0.32 0.77 0.13 34.94 0.71 0.53
Hex DD 96 33 0 20 4D D 23 47 35
Octal 335 226 63 0 40 115 15 43 107 65
Binary 11011101 10010110 110011 0 100000 1001101 1101 100011 1000111 110101

Color Harmonies of #DD9633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9633

Black with #DD9633

Text Example


Text Example

White with #DD9633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9633; }

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

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

background-color css

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

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

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

border-color css

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

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

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