Html Css Color HEX #DDDB24 Bitter Lemon

📋 copy color: '#DDDB24'

red 221 ◦ green 219 ◦ blue 36

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

Shades of Bitter Lemon #DDDB24

Tints of Bitter Lemon #DDDB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 46.43%
G = 46.01%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDDB24 (or 0xDDDB24) is known color: Bitter Lemon. HEX triplet: DD, DB and 24. RGB value is (221,219,36). Sum of RGB (Red+Green+Blue) = 221+219+36=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 36 (14.45% from 255 or 7.56% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB24 is #2224DB. Grayscale: #C7C7C7. Windows color (decimal): -2237660 or 2415581. OLE color: 2415581.

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

Color convert

RGB 221 219 36 -
CMYK 0 0.01 0.84 0.13
HSL 59.35º 0.73% 0.5% -
HSV(B) 59.35º 0.84% 0.87% -
XYZ 55.47 66.16 11.52 -
YUV 198.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 221 219 36 0 0.01 0.84 0.13 59.35 0.73 0.5
Hex DD DB 24 0 1 54 D 3B 49 32
Octal 335 333 44 0 1 124 15 73 111 62
Binary 11011101 11011011 100100 0 1 1010100 1101 111011 1001001 110010

Color Harmonies of #DDDB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB24

Black with #DDDB24

Text Example


Text Example

White with #DDDB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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