Html Css Color HEX #DDD829 Bitter Lemon

📋 copy color: '#DDD829'

red 221 ◦ green 216 ◦ blue 41

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

Shades of Bitter Lemon #DDD829

Tints of Bitter Lemon #DDD829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.58%

R = 46.23%
G = 45.19%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDD829 (or 0xDDD829) is known color: Bitter Lemon. HEX triplet: DD, D8 and 29. RGB value is (221,216,41). Sum of RGB (Red+Green+Blue) = 221+216+41=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD829 is #2227D6. Grayscale: #C6C6C6. Windows color (decimal): -2238423 or 2742493. OLE color: 2742493.

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

Color convert

RGB 221 216 41 -
CMYK 0 0.02 0.81 0.13
HSL 58.33º 0.73% 0.51% -
HSV(B) 58.33º 0.81% 0.87% -
XYZ 54.77 64.64 11.69 -
YUV 197.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 221 216 41 0 0.02 0.81 0.13 58.33 0.73 0.51
Hex DD D8 29 0 2 51 D 3A 49 33
Octal 335 330 51 0 2 121 15 72 111 63
Binary 11011101 11011000 101001 0 10 1010001 1101 111010 1001001 110011

Color Harmonies of #DDD829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD829

Black with #DDD829

Text Example


Text Example

White with #DDD829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD829; }

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

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

background-color css

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

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

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

border-color css

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

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

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