Html Css Color HEX #DDD824 Bitter Lemon

📋 copy color: '#DDD824'

red 221 ◦ green 216 ◦ blue 36

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

Shades of Bitter Lemon #DDD824

Tints of Bitter Lemon #DDD824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

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

R = 46.72%
G = 45.67%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDD824 (or 0xDDD824) is known color: Bitter Lemon. HEX triplet: DD, D8 and 24. RGB value is (221,216,36). Sum of RGB (Red+Green+Blue) = 221+216+36=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 36 (14.45% from 255 or 7.61% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD824 is #2227DB. Grayscale: #C5C5C5. Windows color (decimal): -2238428 or 2414813. OLE color: 2414813.

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

Color convert

RGB 221 216 36 -
CMYK 0 0.02 0.84 0.13
HSL 58.38º 0.73% 0.5% -
HSV(B) 58.38º 0.84% 0.87% -
XYZ 54.69 64.61 11.26 -
YUV 196.98 37.16 145.14 -
System Red Green Blue C M Y K H S L
Decimal 221 216 36 0 0.02 0.84 0.13 58.38 0.73 0.5
Hex DD D8 24 0 2 54 D 3A 49 32
Octal 335 330 44 0 2 124 15 72 111 62
Binary 11011101 11011000 100100 0 10 1010100 1101 111010 1001001 110010

Color Harmonies of #DDD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD824

Black with #DDD824

Text Example


Text Example

White with #DDD824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD824; }

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

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

background-color css

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

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

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

border-color css

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

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

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