Html Css Color HEX #D6DB2B Bitter Lemon

📋 copy color: '#D6DB2B'

red 214 ◦ green 219 ◦ blue 43

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

Shades of Bitter Lemon #D6DB2B

Tints of Bitter Lemon #D6DB2B

RGB

 RED value IS 214 (83.98% from 255) = 44.96%

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

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

R = 44.96%
G = 46.01%
B = 9.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#D6DB2B (or 0xD6DB2B) is known color: Bitter Lemon. HEX triplet: D6, DB and 2B. RGB value is (214,219,43). Sum of RGB (Red+Green+Blue) = 214+219+43=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB2B is #2924D4. Grayscale: #C6C6C6. Windows color (decimal): -2696405 or 2874326. OLE color: 2874326.

HSL color Cylindrical-coordinate representation of color #D6DB2B: hue angle of 61.7º 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 #D6DB2B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 43 -
CMYK 0.02 0 0.80 0.14
HSL 61.7º 0.71% 0.51% -
HSV(B) 61.7º 0.8% 0.86% -
XYZ 53.5 65.13 12.04 -
YUV 197.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 214 219 43 0.02 0 0.80 0.14 61.7 0.71 0.51
Hex D6 DB 2B 2 0 50 E 3E 47 33
Octal 326 333 53 2 0 120 16 76 107 63
Binary 11010110 11011011 101011 10 0 1010000 1110 111110 1000111 110011

Color Harmonies of #D6DB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB2B

Black with #D6DB2B

Text Example


Text Example

White with #D6DB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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