Html Css Color HEX #DBDD29 Bitter Lemon

📋 copy color: '#DBDD29'

red 219 ◦ green 221 ◦ blue 41

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

Shades of Bitter Lemon #DBDD29

Tints of Bitter Lemon #DBDD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.52%

R = 45.53%
G = 45.95%
B = 8.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DBDD29 (or 0xDBDD29) is known color: Bitter Lemon. HEX triplet: DB, DD and 29. RGB value is (219,221,41). Sum of RGB (Red+Green+Blue) = 219+221+41=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD29 is #2422D6. Grayscale: #C8C8C8. Windows color (decimal): -2368215 or 2743771. OLE color: 2743771.

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

Color convert

RGB 219 221 41 -
CMYK 0.01 0 0.81 0.13
HSL 60.67º 0.73% 0.51% -
HSV(B) 60.67º 0.81% 0.87% -
XYZ 55.47 66.93 12.09 -
YUV 199.88 38.34 141.64 -
System Red Green Blue C M Y K H S L
Decimal 219 221 41 0.01 0 0.81 0.13 60.67 0.73 0.51
Hex DB DD 29 1 0 51 D 3D 49 33
Octal 333 335 51 1 0 121 15 75 111 63
Binary 11011011 11011101 101001 1 0 1010001 1101 111101 1001001 110011

Color Harmonies of #DBDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD29

Black with #DBDD29

Text Example


Text Example

White with #DBDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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