Html Css Color HEX #DD9635 Buttercup

📋 copy color: '#DD9635'

red 221 ◦ green 150 ◦ blue 53

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

Shades of Buttercup #DD9635

Tints of Buttercup #DD9635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.5%

R = 52.12%
G = 35.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD9635 (or 0xDD9635) is known color: Buttercup. HEX triplet: DD, 96 and 35. RGB value is (221,150,53). Sum of RGB (Red+Green+Blue) = 221+150+53=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9635 is #2269CA. Grayscale: #A0A0A0. Windows color (decimal): -2255307 or 3512029. OLE color: 3512029.

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

Color convert

RGB 221 150 53 -
CMYK 0 0.32 0.76 0.13
HSL 34.64º 0.71% 0.54% -
HSV(B) 34.64º 0.76% 0.87% -
XYZ 41.37 37.44 8.41 -
YUV 160.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 221 150 53 0 0.32 0.76 0.13 34.64 0.71 0.54
Hex DD 96 35 0 20 4C D 23 47 36
Octal 335 226 65 0 40 114 15 43 107 66
Binary 11011101 10010110 110101 0 100000 1001100 1101 100011 1000111 110110

Color Harmonies of #DD9635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9635

Black with #DD9635

Text Example


Text Example

White with #DD9635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9635; }

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

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

background-color css

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

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

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

border-color css

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

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

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