Html Css Color HEX #DD9930 Buttercup

📋 copy color: '#DD9930'

red 221 ◦ green 153 ◦ blue 48

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

Shades of Buttercup #DD9930

Tints of Buttercup #DD9930

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 48 (19.14% from 255) = 11.37%

R = 52.37%
G = 36.26%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9930 (or 0xDD9930) is known color: Buttercup. HEX triplet: DD, 99 and 30. RGB value is (221,153,48). Sum of RGB (Red+Green+Blue) = 221+153+48=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9930 is #2266CF. Grayscale: #A1A1A1. Windows color (decimal): -2254544 or 3185117. OLE color: 3185117.

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

Color convert

RGB 221 153 48 -
CMYK 0 0.31 0.78 0.13
HSL 36.42º 0.72% 0.53% -
HSV(B) 36.42º 0.78% 0.87% -
XYZ 41.74 38.37 8 -
YUV 161.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 221 153 48 0 0.31 0.78 0.13 36.42 0.72 0.53
Hex DD 99 30 0 1F 4E D 24 48 35
Octal 335 231 60 0 37 116 15 44 110 65
Binary 11011101 10011001 110000 0 11111 1001110 1101 100100 1001000 110101

Color Harmonies of #DD9930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9930

Black with #DD9930

Text Example


Text Example

White with #DD9930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9930; }

 p { color: rgb(221,153,48); }

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

background-color css

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

 a { background-color: rgb(221,153,48); }

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

border-color css

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

 span { border-color: rgb(221,153,48); }

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