Html Css Color HEX #D3DB3B Bitter Lemon

📋 copy color: '#D3DB3B'

red 211 ◦ green 219 ◦ blue 59

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

Shades of Bitter Lemon #D3DB3B

Tints of Bitter Lemon #D3DB3B

RGB

 RED value IS 211 (82.81% from 255) = 43.15%

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

 BLUE value IS 59 (23.44% from 255) = 12.07%

R = 43.15%
G = 44.79%
B = 12.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#D3DB3B (or 0xD3DB3B) is known color: Bitter Lemon. HEX triplet: D3, DB and 3B. RGB value is (211,219,59). Sum of RGB (Red+Green+Blue) = 211+219+59=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB3B is #2C24C4. Grayscale: #C7C7C7. Windows color (decimal): -2892997 or 3922899. OLE color: 3922899.

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

Color convert

RGB 211 219 59 -
CMYK 0.04 0 0.73 0.14
HSL 63º 0.69% 0.55% -
HSV(B) 63º 0.73% 0.86% -
XYZ 52.98 64.83 13.86 -
YUV 198.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 211 219 59 0.04 0 0.73 0.14 63 0.69 0.55
Hex D3 DB 3B 4 0 49 E 3F 45 37
Octal 323 333 73 4 0 111 16 77 105 67
Binary 11010011 11011011 111011 100 0 1001001 1110 111111 1000101 110111

Color Harmonies of #D3DB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DB3B

Black with #D3DB3B

Text Example


Text Example

White with #D3DB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DB3B; }

 p { color: rgb(211,219,59); }

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

background-color css

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

 a { background-color: rgb(211,219,59); }

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

border-color css

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

 span { border-color: rgb(211,219,59); }

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