Html Css Color HEX #DD9024 Buttercup

📋 copy color: '#DD9024'

red 221 ◦ green 144 ◦ blue 36

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

Shades of Buttercup #DD9024

Tints of Buttercup #DD9024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 55.11%
G = 35.91%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD9024 (or 0xDD9024) is known color: Buttercup. HEX triplet: DD, 90 and 24. RGB value is (221,144,36). Sum of RGB (Red+Green+Blue) = 221+144+36=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9024 is #226FDB. Grayscale: #9B9B9B. Windows color (decimal): -2256860 or 2396381. OLE color: 2396381.

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

Color convert

RGB 221 144 36 -
CMYK 0 0.35 0.84 0.13
HSL 35.03º 0.73% 0.5% -
HSV(B) 35.03º 0.84% 0.87% -
XYZ 40.11 35.45 6.4 -
YUV 154.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 221 144 36 0 0.35 0.84 0.13 35.03 0.73 0.5
Hex DD 90 24 0 23 54 D 23 49 32
Octal 335 220 44 0 43 124 15 43 111 62
Binary 11011101 10010000 100100 0 100011 1010100 1101 100011 1001001 110010

Color Harmonies of #DD9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9024

Black with #DD9024

Text Example


Text Example

White with #DD9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9024; }

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

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

background-color css

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

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

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

border-color css

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

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

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