Html Css Color HEX #DDDD23 Bitter Lemon

📋 copy color: '#DDDD23'

red 221 ◦ green 221 ◦ blue 35

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

Shades of Bitter Lemon #DDDD23

Tints of Bitter Lemon #DDDD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

 BLUE value IS 35 (14.06% from 255) = 7.34%

R = 46.33%
G = 46.33%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDDD23 (or 0xDDDD23) is known color: Bitter Lemon. HEX triplet: DD, DD and 23. RGB value is (221,221,35). Sum of RGB (Red+Green+Blue) = 221+221+35=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 35 (14.06% from 255 or 7.34% from 477); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD23 is #2222DC. Grayscale: #C8C8C8. Windows color (decimal): -2237149 or 2350557. OLE color: 2350557.

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

Color convert

RGB 221 221 35 -
CMYK 0 0 0.84 0.13
HSL 60º 0.73% 0.5% -
HSV(B) 60º 0.84% 0.87% -
XYZ 55.98 67.21 11.61 -
YUV 199.8 35 143.12 -
System Red Green Blue C M Y K H S L
Decimal 221 221 35 0 0 0.84 0.13 60 0.73 0.5
Hex DD DD 23 0 0 54 D 3C 49 32
Octal 335 335 43 0 0 124 15 74 111 62
Binary 11011101 11011101 100011 0 0 1010100 1101 111100 1001001 110010

Color Harmonies of #DDDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD23

Black with #DDDD23

Text Example


Text Example

White with #DDDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD23; }

 p { color: rgb(221,221,35); }

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

background-color css

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

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

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

border-color css

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

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

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