Html Css Color HEX #D1DB2B Bitter Lemon

📋 copy color: '#D1DB2B'

red 209 ◦ green 219 ◦ blue 43

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

Shades of Bitter Lemon #D1DB2B

Tints of Bitter Lemon #D1DB2B

RGB

 RED value IS 209 (82.03% from 255) = 44.37%

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

 BLUE value IS 43 (17.19% from 255) = 9.13%

R = 44.37%
G = 46.5%
B = 9.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#D1DB2B (or 0xD1DB2B) is known color: Bitter Lemon. HEX triplet: D1, DB and 2B. RGB value is (209,219,43). Sum of RGB (Red+Green+Blue) = 209+219+43=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB2B is #2E24D4. Grayscale: #C4C4C4. Windows color (decimal): -3024085 or 2874321. OLE color: 2874321.

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

Color convert

RGB 209 219 43 -
CMYK 0.05 0 0.80 0.14
HSL 63.41º 0.71% 0.51% -
HSV(B) 63.41º 0.8% 0.86% -
XYZ 52.06 64.39 11.97 -
YUV 195.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 209 219 43 0.05 0 0.80 0.14 63.41 0.71 0.51
Hex D1 DB 2B 5 0 50 E 3F 47 33
Octal 321 333 53 5 0 120 16 77 107 63
Binary 11010001 11011011 101011 101 0 1010000 1110 111111 1000111 110011

Color Harmonies of #D1DB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB2B

Black with #D1DB2B

Text Example


Text Example

White with #D1DB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB2B; }

 p { color: rgb(209,219,43); }

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

background-color css

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

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

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

border-color css

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

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

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