Html Css Color HEX #D3DB46 Bitter Lemon

📋 copy color: '#D3DB46'

red 211 ◦ green 219 ◦ blue 70

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

Shades of Bitter Lemon #D3DB46

Tints of Bitter Lemon #D3DB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14%

R = 42.2%
G = 43.8%
B = 14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#D3DB46 (or 0xD3DB46) is known color: Bitter Lemon. HEX triplet: D3, DB and 46. RGB value is (211,219,70). Sum of RGB (Red+Green+Blue) = 211+219+70=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB46 is #2C24B9. Grayscale: #C8C8C8. Windows color (decimal): -2892986 or 4643795. OLE color: 4643795.

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

Color convert

RGB 211 219 70 -
CMYK 0.04 0 0.68 0.14
HSL 63.22º 0.67% 0.57% -
HSV(B) 63.22º 0.68% 0.86% -
XYZ 53.3 64.95 15.52 -
YUV 199.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 211 219 70 0.04 0 0.68 0.14 63.22 0.67 0.57
Hex D3 DB 46 4 0 44 E 3F 43 39
Octal 323 333 106 4 0 104 16 77 103 71
Binary 11010011 11011011 1000110 100 0 1000100 1110 111111 1000011 111001

Color Harmonies of #D3DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DB46

Black with #D3DB46

Text Example


Text Example

White with #D3DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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