Html Css Color HEX #DDD328 Bitter Lemon

📋 copy color: '#DDD328'

red 221 ◦ green 211 ◦ blue 40

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

Shades of Bitter Lemon #DDD328

Tints of Bitter Lemon #DDD328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

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

R = 46.82%
G = 44.7%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD328 (or 0xDDD328) is known color: Bitter Lemon. HEX triplet: DD, D3 and 28. RGB value is (221,211,40). Sum of RGB (Red+Green+Blue) = 221+211+40=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD328 is #222CD7. Grayscale: #C3C3C3. Windows color (decimal): -2239704 or 2675677. OLE color: 2675677.

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

Color convert

RGB 221 211 40 -
CMYK 0 0.05 0.82 0.13
HSL 56.69º 0.73% 0.51% -
HSV(B) 56.69º 0.82% 0.87% -
XYZ 53.5 62.11 11.18 -
YUV 194.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 221 211 40 0 0.05 0.82 0.13 56.69 0.73 0.51
Hex DD D3 28 0 5 52 D 39 49 33
Octal 335 323 50 0 5 122 15 71 111 63
Binary 11011101 11010011 101000 0 101 1010010 1101 111001 1001001 110011

Color Harmonies of #DDD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD328

Black with #DDD328

Text Example


Text Example

White with #DDD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD328; }

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

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

background-color css

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

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

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

border-color css

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

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

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