Html Css Color HEX #D7DB2B Bitter Lemon

📋 copy color: '#D7DB2B'

red 215 ◦ green 219 ◦ blue 43

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

Shades of Bitter Lemon #D7DB2B

Tints of Bitter Lemon #D7DB2B

RGB

 RED value IS 215 (84.38% from 255) = 45.07%

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

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

R = 45.07%
G = 45.91%
B = 9.01%

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

#D7DB2B (or 0xD7DB2B) is known color: Bitter Lemon. HEX triplet: D7, DB and 2B. RGB value is (215,219,43). Sum of RGB (Red+Green+Blue) = 215+219+43=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DB2B is #2824D4. Grayscale: #C6C6C6. Windows color (decimal): -2630869 or 2874327. OLE color: 2874327.

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

Color convert

RGB 215 219 43 -
CMYK 0.02 0 0.80 0.14
HSL 61.36º 0.71% 0.51% -
HSV(B) 61.36º 0.8% 0.86% -
XYZ 53.79 65.28 12.05 -
YUV 197.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 215 219 43 0.02 0 0.80 0.14 61.36 0.71 0.51
Hex D7 DB 2B 2 0 50 E 3D 47 33
Octal 327 333 53 2 0 120 16 75 107 63
Binary 11010111 11011011 101011 10 0 1010000 1110 111101 1000111 110011

Color Harmonies of #D7DB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB2B

Black with #D7DB2B

Text Example


Text Example

White with #D7DB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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