Html Css Color HEX #DDD528 Bitter Lemon

📋 copy color: '#DDD528'

red 221 ◦ green 213 ◦ blue 40

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

Shades of Bitter Lemon #DDD528

Tints of Bitter Lemon #DDD528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

 BLUE value IS 40 (16.02% from 255) = 8.44%

R = 46.62%
G = 44.94%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD528 (or 0xDDD528) is known color: Bitter Lemon. HEX triplet: DD, D5 and 28. RGB value is (221,213,40). Sum of RGB (Red+Green+Blue) = 221+213+40=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD528 is #222AD7. Grayscale: #C4C4C4. Windows color (decimal): -2239192 or 2676189. OLE color: 2676189.

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

Color convert

RGB 221 213 40 -
CMYK 0 0.04 0.82 0.13
HSL 57.35º 0.73% 0.51% -
HSV(B) 57.35º 0.82% 0.87% -
XYZ 54 63.11 11.34 -
YUV 195.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 221 213 40 0 0.04 0.82 0.13 57.35 0.73 0.51
Hex DD D5 28 0 4 52 D 39 49 33
Octal 335 325 50 0 4 122 15 71 111 63
Binary 11011101 11010101 101000 0 100 1010010 1101 111001 1001001 110011

Color Harmonies of #DDD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD528

Black with #DDD528

Text Example


Text Example

White with #DDD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD528; }

 p { color: rgb(221,213,40); }

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

background-color css

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

 a { background-color: rgb(221,213,40); }

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

border-color css

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

 span { border-color: rgb(221,213,40); }

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