Html Css Color HEX #DD9435 Buttercup

📋 copy color: '#DD9435'

red 221 ◦ green 148 ◦ blue 53

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

Shades of Buttercup #DD9435

Tints of Buttercup #DD9435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

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

R = 52.37%
G = 35.07%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD9435 (or 0xDD9435) is known color: Buttercup. HEX triplet: DD, 94 and 35. RGB value is (221,148,53). Sum of RGB (Red+Green+Blue) = 221+148+53=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9435 is #226BCA. Grayscale: #9F9F9F. Windows color (decimal): -2255819 or 3511517. OLE color: 3511517.

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

Color convert

RGB 221 148 53 -
CMYK 0 0.33 0.76 0.13
HSL 33.93º 0.71% 0.54% -
HSV(B) 33.93º 0.76% 0.87% -
XYZ 41.05 36.81 8.31 -
YUV 159 68.18 172.22 -
System Red Green Blue C M Y K H S L
Decimal 221 148 53 0 0.33 0.76 0.13 33.93 0.71 0.54
Hex DD 94 35 0 21 4C D 22 47 36
Octal 335 224 65 0 41 114 15 42 107 66
Binary 11011101 10010100 110101 0 100001 1001100 1101 100010 1000111 110110

Color Harmonies of #DD9435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9435

Black with #DD9435

Text Example


Text Example

White with #DD9435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9435; }

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

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

background-color css

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

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

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

border-color css

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

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

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