Html Css Color HEX #DBDC21 Bitter Lemon

📋 copy color: '#DBDC21'

red 219 ◦ green 220 ◦ blue 33

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

Shades of Bitter Lemon #DBDC21

Tints of Bitter Lemon #DBDC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 33 (13.28% from 255) = 6.99%

R = 46.4%
G = 46.61%
B = 6.99%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBDC21 (or 0xDBDC21) is known color: Bitter Lemon. HEX triplet: DB, DC and 21. RGB value is (219,220,33). Sum of RGB (Red+Green+Blue) = 219+220+33=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC21 is #2423DE. Grayscale: #C7C7C7. Windows color (decimal): -2368479 or 2219227. OLE color: 2219227.

HSL color Cylindrical-coordinate representation of color #DBDC21: hue angle of 60.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBDC21 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 33 -
CMYK 0.00 0 0.85 0.14
HSL 60.32º 0.74% 0.5% -
HSV(B) 60.32º 0.85% 0.86% -
XYZ 55.08 66.36 11.34 -
YUV 198.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 219 220 33 0.00 0 0.85 0.14 60.32 0.74 0.5
Hex DB DC 21 0 0 55 E 3C 4A 32
Octal 333 334 41 0 0 125 16 74 112 62
Binary 11011011 11011100 100001 0 0 1010101 1110 111100 1001010 110010

Color Harmonies of #DBDC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC21

Black with #DBDC21

Text Example


Text Example

White with #DBDC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC21; }

 p { color: rgb(219,220,33); }

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

background-color css

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

 a { background-color: rgb(219,220,33); }

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

border-color css

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

 span { border-color: rgb(219,220,33); }

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