Html Css Color HEX #DD9432 Buttercup

📋 copy color: '#DD9432'

red 221 ◦ green 148 ◦ blue 50

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

Shades of Buttercup #DD9432

Tints of Buttercup #DD9432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 52.74%
G = 35.32%
B = 11.93%

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

#DD9432 (or 0xDD9432) is known color: Buttercup. HEX triplet: DD, 94 and 32. RGB value is (221,148,50). Sum of RGB (Red+Green+Blue) = 221+148+50=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9432 is #226BCD. Grayscale: #9F9F9F. Windows color (decimal): -2255822 or 3314909. OLE color: 3314909.

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

Color convert

RGB 221 148 50 -
CMYK 0 0.33 0.77 0.13
HSL 34.39º 0.72% 0.53% -
HSV(B) 34.39º 0.77% 0.87% -
XYZ 40.98 36.78 7.96 -
YUV 158.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 221 148 50 0 0.33 0.77 0.13 34.39 0.72 0.53
Hex DD 94 32 0 21 4D D 22 48 35
Octal 335 224 62 0 41 115 15 42 110 65
Binary 11011101 10010100 110010 0 100001 1001101 1101 100010 1001000 110101

Color Harmonies of #DD9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9432

Black with #DD9432

Text Example


Text Example

White with #DD9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9432; }

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

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

background-color css

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

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

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

border-color css

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

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

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