Html Css Color HEX #DD9E31 Buttercup

📋 copy color: '#DD9E31'

red 221 ◦ green 158 ◦ blue 49

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

Shades of Buttercup #DD9E31

Tints of Buttercup #DD9E31

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

 BLUE value IS 49 (19.53% from 255) = 11.45%

R = 51.64%
G = 36.92%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9E31 (or 0xDD9E31) is known color: Buttercup. HEX triplet: DD, 9E and 31. RGB value is (221,158,49). Sum of RGB (Red+Green+Blue) = 221+158+49=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E31 is #2261CE. Grayscale: #A4A4A4. Windows color (decimal): -2253263 or 3251933. OLE color: 3251933.

HSL color Cylindrical-coordinate representation of color #DD9E31: hue angle of 38.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD9E31 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 49 -
CMYK 0 0.29 0.78 0.13
HSL 38.02º 0.72% 0.53% -
HSV(B) 38.02º 0.78% 0.87% -
XYZ 42.6 40.05 8.39 -
YUV 164.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 221 158 49 0 0.29 0.78 0.13 38.02 0.72 0.53
Hex DD 9E 31 0 1D 4E D 26 48 35
Octal 335 236 61 0 35 116 15 46 110 65
Binary 11011101 10011110 110001 0 11101 1001110 1101 100110 1001000 110101

Color Harmonies of #DD9E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E31

Black with #DD9E31

Text Example


Text Example

White with #DD9E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E31; }

 p { color: rgb(221,158,49); }

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

background-color css

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

 a { background-color: rgb(221,158,49); }

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

border-color css

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

 span { border-color: rgb(221,158,49); }

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