Html Css Color HEX #DBDD20 Bitter Lemon

📋 copy color: '#DBDD20'

red 219 ◦ green 221 ◦ blue 32

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

Shades of Bitter Lemon #DBDD20

Tints of Bitter Lemon #DBDD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.78%

R = 46.4%
G = 46.82%
B = 6.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DBDD20 (or 0xDBDD20) is known color: Bitter Lemon. HEX triplet: DB, DD and 20. RGB value is (219,221,32). Sum of RGB (Red+Green+Blue) = 219+221+32=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD20 is #2422DF. Grayscale: #C7C7C7. Windows color (decimal): -2368224 or 2153947. OLE color: 2153947.

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

Color convert

RGB 219 221 32 -
CMYK 0.01 0 0.86 0.13
HSL 60.63º 0.75% 0.5% -
HSV(B) 60.63º 0.86% 0.87% -
XYZ 55.33 66.88 11.36 -
YUV 198.86 33.84 142.37 -
System Red Green Blue C M Y K H S L
Decimal 219 221 32 0.01 0 0.86 0.13 60.63 0.75 0.5
Hex DB DD 20 1 0 56 D 3D 4B 32
Octal 333 335 40 1 0 126 15 75 113 62
Binary 11011011 11011101 100000 1 0 1010110 1101 111101 1001011 110010

Color Harmonies of #DBDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD20

Black with #DBDD20

Text Example


Text Example

White with #DBDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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