Html Css Color HEX #D5DB3A Bitter Lemon

📋 copy color: '#D5DB3A'

red 213 ◦ green 219 ◦ blue 58

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

Shades of Bitter Lemon #D5DB3A

Tints of Bitter Lemon #D5DB3A

RGB

 RED value IS 213 (83.59% from 255) = 43.47%

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

 BLUE value IS 58 (23.05% from 255) = 11.84%

R = 43.47%
G = 44.69%
B = 11.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#D5DB3A (or 0xD5DB3A) is known color: Bitter Lemon. HEX triplet: D5, DB and 3A. RGB value is (213,219,58). Sum of RGB (Red+Green+Blue) = 213+219+58=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DB3A is #2A24C5. Grayscale: #C7C7C7. Windows color (decimal): -2761926 or 3857365. OLE color: 3857365.

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

Color convert

RGB 213 219 58 -
CMYK 0.03 0 0.74 0.14
HSL 62.24º 0.69% 0.54% -
HSV(B) 62.24º 0.74% 0.86% -
XYZ 53.54 65.11 13.75 -
YUV 198.85 48.51 138.09 -
System Red Green Blue C M Y K H S L
Decimal 213 219 58 0.03 0 0.74 0.14 62.24 0.69 0.54
Hex D5 DB 3A 3 0 4A E 3E 45 36
Octal 325 333 72 3 0 112 16 76 105 66
Binary 11010101 11011011 111010 11 0 1001010 1110 111110 1000101 110110

Color Harmonies of #D5DB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DB3A

Black with #D5DB3A

Text Example


Text Example

White with #D5DB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DB3A; }

 p { color: rgb(213,219,58); }

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

background-color css

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

 a { background-color: rgb(213,219,58); }

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

border-color css

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

 span { border-color: rgb(213,219,58); }

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