Html Css Color HEX #DDD624 Bitter Lemon

📋 copy color: '#DDD624'

red 221 ◦ green 214 ◦ blue 36

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

Shades of Bitter Lemon #DDD624

Tints of Bitter Lemon #DDD624

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

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

R = 46.92%
G = 45.44%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDD624 (or 0xDDD624) is known color: Bitter Lemon. HEX triplet: DD, D6 and 24. RGB value is (221,214,36). Sum of RGB (Red+Green+Blue) = 221+214+36=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD624 is #2229DB. Grayscale: #C4C4C4. Windows color (decimal): -2238940 or 2414301. OLE color: 2414301.

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

Color convert

RGB 221 214 36 -
CMYK 0 0.03 0.84 0.13
HSL 57.73º 0.73% 0.5% -
HSV(B) 57.73º 0.84% 0.87% -
XYZ 54.18 63.59 11.09 -
YUV 195.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 221 214 36 0 0.03 0.84 0.13 57.73 0.73 0.5
Hex DD D6 24 0 3 54 D 3A 49 32
Octal 335 326 44 0 3 124 15 72 111 62
Binary 11011101 11010110 100100 0 11 1010100 1101 111010 1001001 110010

Color Harmonies of #DDD624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD624

Black with #DDD624

Text Example


Text Example

White with #DDD624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD624; }

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

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

background-color css

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

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

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

border-color css

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

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

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