Html Css Color HEX #DBDB28 Bitter Lemon

📋 copy color: '#DBDB28'

red 219 ◦ green 219 ◦ blue 40

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

Shades of Bitter Lemon #DBDB28

Tints of Bitter Lemon #DBDB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.37%

R = 45.82%
G = 45.82%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBDB28 (or 0xDBDB28) is known color: Bitter Lemon. HEX triplet: DB, DB and 28. RGB value is (219,219,40). Sum of RGB (Red+Green+Blue) = 219+219+40=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB28 is #2424D7. Grayscale: #C7C7C7. Windows color (decimal): -2368728 or 2677723. OLE color: 2677723.

HSL color Cylindrical-coordinate representation of color #DBDB28: hue angle of 60º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBDB28 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 40 -
CMYK 0 0 0.82 0.14
HSL 60º 0.71% 0.51% -
HSV(B) 60º 0.82% 0.86% -
XYZ 54.93 65.88 11.83 -
YUV 198.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 219 219 40 0 0 0.82 0.14 60 0.71 0.51
Hex DB DB 28 0 0 52 E 3C 47 33
Octal 333 333 50 0 0 122 16 74 107 63
Binary 11011011 11011011 101000 0 0 1010010 1110 111100 1000111 110011

Color Harmonies of #DBDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB28

Black with #DBDB28

Text Example


Text Example

White with #DBDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB28; }

 p { color: rgb(219,219,40); }

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

background-color css

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

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

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

border-color css

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

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

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