Html Css Color HEX #DBDD32 Bitter Lemon

📋 copy color: '#DBDD32'

red 219 ◦ green 221 ◦ blue 50

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

Shades of Bitter Lemon #DBDD32

Tints of Bitter Lemon #DBDD32

RGB

 RED value IS 219 (85.94% from 255) = 44.69%

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

 BLUE value IS 50 (19.92% from 255) = 10.2%

R = 44.69%
G = 45.1%
B = 10.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DBDD32 (or 0xDBDD32) is known color: Bitter Lemon. HEX triplet: DB, DD and 32. RGB value is (219,221,50). Sum of RGB (Red+Green+Blue) = 219+221+50=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD32 is #2422CD. Grayscale: #C9C9C9. Windows color (decimal): -2368206 or 3333595. OLE color: 3333595.

HSL color Cylindrical-coordinate representation of color #DBDD32: hue angle of 60.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBDD32 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 50 -
CMYK 0.01 0 0.77 0.13
HSL 60.7º 0.72% 0.53% -
HSV(B) 60.7º 0.77% 0.87% -
XYZ 55.65 67 13.02 -
YUV 200.91 42.84 140.9 -
System Red Green Blue C M Y K H S L
Decimal 219 221 50 0.01 0 0.77 0.13 60.7 0.72 0.53
Hex DB DD 32 1 0 4D D 3D 48 35
Octal 333 335 62 1 0 115 15 75 110 65
Binary 11011011 11011101 110010 1 0 1001101 1101 111101 1001000 110101

Color Harmonies of #DBDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD32

Black with #DBDD32

Text Example


Text Example

White with #DBDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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