Html Css Color HEX #D3DB41 Bitter Lemon

📋 copy color: '#D3DB41'

red 211 ◦ green 219 ◦ blue 65

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

Shades of Bitter Lemon #D3DB41

Tints of Bitter Lemon #D3DB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.13%

R = 42.63%
G = 44.24%
B = 13.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#D3DB41 (or 0xD3DB41) is known color: Bitter Lemon. HEX triplet: D3, DB and 41. RGB value is (211,219,65). Sum of RGB (Red+Green+Blue) = 211+219+65=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB41 is #2C24BE. Grayscale: #C7C7C7. Windows color (decimal): -2892991 or 4316115. OLE color: 4316115.

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

Color convert

RGB 211 219 65 -
CMYK 0.04 0 0.70 0.14
HSL 63.12º 0.68% 0.56% -
HSV(B) 63.12º 0.7% 0.86% -
XYZ 53.15 64.89 14.73 -
YUV 199.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 211 219 65 0.04 0 0.70 0.14 63.12 0.68 0.56
Hex D3 DB 41 4 0 46 E 3F 44 38
Octal 323 333 101 4 0 106 16 77 104 70
Binary 11010011 11011011 1000001 100 0 1000110 1110 111111 1000100 111000

Color Harmonies of #D3DB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DB41

Black with #D3DB41

Text Example


Text Example

White with #D3DB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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