Html Css Color HEX #DD9433 Buttercup

📋 copy color: '#DD9433'

red 221 ◦ green 148 ◦ blue 51

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

Shades of Buttercup #DD9433

Tints of Buttercup #DD9433

RGB

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

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

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

R = 52.62%
G = 35.24%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD9433 (or 0xDD9433) is known color: Buttercup. HEX triplet: DD, 94 and 33. RGB value is (221,148,51). Sum of RGB (Red+Green+Blue) = 221+148+51=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9433 is #226BCC. Grayscale: #9F9F9F. Windows color (decimal): -2255821 or 3380445. OLE color: 3380445.

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

Color convert

RGB 221 148 51 -
CMYK 0 0.33 0.77 0.13
HSL 34.24º 0.71% 0.53% -
HSV(B) 34.24º 0.77% 0.87% -
XYZ 41.01 36.79 8.07 -
YUV 158.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 221 148 51 0 0.33 0.77 0.13 34.24 0.71 0.53
Hex DD 94 33 0 21 4D D 22 47 35
Octal 335 224 63 0 41 115 15 42 107 65
Binary 11011101 10010100 110011 0 100001 1001101 1101 100010 1000111 110101

Color Harmonies of #DD9433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9433

Black with #DD9433

Text Example


Text Example

White with #DD9433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9433; }

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

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

background-color css

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

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

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

border-color css

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

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

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