Html Css Color HEX #D2DB49 Bitter Lemon

📋 copy color: '#D2DB49'

red 210 ◦ green 219 ◦ blue 73

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

Shades of Bitter Lemon #D2DB49

Tints of Bitter Lemon #D2DB49

RGB

 RED value IS 210 (82.42% from 255) = 41.83%

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

 BLUE value IS 73 (28.91% from 255) = 14.54%

R = 41.83%
G = 43.63%
B = 14.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#D2DB49 (or 0xD2DB49) is known color: Bitter Lemon. HEX triplet: D2, DB and 49. RGB value is (210,219,73). Sum of RGB (Red+Green+Blue) = 210+219+73=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB49 is #2D24B6. Grayscale: #C8C8C8. Windows color (decimal): -2958519 or 4840402. OLE color: 4840402.

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

Color convert

RGB 210 219 73 -
CMYK 0.04 0 0.67 0.14
HSL 63.7º 0.67% 0.57% -
HSV(B) 63.7º 0.67% 0.86% -
XYZ 53.11 64.85 16.02 -
YUV 199.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 210 219 73 0.04 0 0.67 0.14 63.7 0.67 0.57
Hex D2 DB 49 4 0 43 E 40 43 39
Octal 322 333 111 4 0 103 16 100 103 71
Binary 11010010 11011011 1001001 100 0 1000011 1110 1000000 1000011 111001

Color Harmonies of #D2DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB49

Black with #D2DB49

Text Example


Text Example

White with #D2DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB49; }

 p { color: rgb(210,219,73); }

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

background-color css

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

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

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

border-color css

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

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

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