Html Css Color HEX #DD9924 Buttercup

📋 copy color: '#DD9924'

red 221 ◦ green 153 ◦ blue 36

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

Shades of Buttercup #DD9924

Tints of Buttercup #DD9924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.78%

R = 53.9%
G = 37.32%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD9924 (or 0xDD9924) is known color: Buttercup. HEX triplet: DD, 99 and 24. RGB value is (221,153,36). Sum of RGB (Red+Green+Blue) = 221+153+36=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9924 is #2266DB. Grayscale: #A0A0A0. Windows color (decimal): -2254556 or 2398685. OLE color: 2398685.

HSL color Cylindrical-coordinate representation of color #DD9924: hue angle of 37.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD9924 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 36 -
CMYK 0 0.31 0.84 0.13
HSL 37.95º 0.73% 0.5% -
HSV(B) 37.95º 0.84% 0.87% -
XYZ 41.53 38.28 6.87 -
YUV 159.99 58.03 171.51 -
System Red Green Blue C M Y K H S L
Decimal 221 153 36 0 0.31 0.84 0.13 37.95 0.73 0.5
Hex DD 99 24 0 1F 54 D 26 49 32
Octal 335 231 44 0 37 124 15 46 111 62
Binary 11011101 10011001 100100 0 11111 1010100 1101 100110 1001001 110010

Color Harmonies of #DD9924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9924

Black with #DD9924

Text Example


Text Example

White with #DD9924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9924; }

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

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

background-color css

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

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

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

border-color css

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

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

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