Html Css Color HEX #DD9434 Buttercup

📋 copy color: '#DD9434'

red 221 ◦ green 148 ◦ blue 52

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

Shades of Buttercup #DD9434

Tints of Buttercup #DD9434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 52.49%
G = 35.15%
B = 12.35%

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

#DD9434 (or 0xDD9434) is known color: Buttercup. HEX triplet: DD, 94 and 34. RGB value is (221,148,52). Sum of RGB (Red+Green+Blue) = 221+148+52=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9434 is #226BCB. Grayscale: #9F9F9F. Windows color (decimal): -2255820 or 3445981. OLE color: 3445981.

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

Color convert

RGB 221 148 52 -
CMYK 0 0.33 0.76 0.13
HSL 34.08º 0.71% 0.54% -
HSV(B) 34.08º 0.76% 0.87% -
XYZ 41.03 36.8 8.19 -
YUV 158.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 221 148 52 0 0.33 0.76 0.13 34.08 0.71 0.54
Hex DD 94 34 0 21 4C D 22 47 36
Octal 335 224 64 0 41 114 15 42 107 66
Binary 11011101 10010100 110100 0 100001 1001100 1101 100010 1000111 110110

Color Harmonies of #DD9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9434

Black with #DD9434

Text Example


Text Example

White with #DD9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9434; }

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

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

background-color css

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

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

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

border-color css

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

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

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