Html Css Color HEX #D5DA3A Bitter Lemon

📋 copy color: '#D5DA3A'

red 213 ◦ green 218 ◦ blue 58

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

Shades of Bitter Lemon #D5DA3A

Tints of Bitter Lemon #D5DA3A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

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

R = 43.56%
G = 44.58%
B = 11.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D5DA3A (or 0xD5DA3A) is known color: Bitter Lemon. HEX triplet: D5, DA and 3A. RGB value is (213,218,58). Sum of RGB (Red+Green+Blue) = 213+218+58=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA3A is #2A25C5. Grayscale: #C6C6C6. Windows color (decimal): -2762182 or 3857109. OLE color: 3857109.

HSL color Cylindrical-coordinate representation of color #D5DA3A: hue angle of 61.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5DA3A is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 58 -
CMYK 0.02 0 0.73 0.15
HSL 61.88º 0.68% 0.54% -
HSV(B) 61.88º 0.73% 0.85% -
XYZ 53.28 64.59 13.66 -
YUV 198.27 48.84 138.51 -
System Red Green Blue C M Y K H S L
Decimal 213 218 58 0.02 0 0.73 0.15 61.88 0.68 0.54
Hex D5 DA 3A 2 0 49 F 3E 44 36
Octal 325 332 72 2 0 111 17 76 104 66
Binary 11010101 11011010 111010 10 0 1001001 1111 111110 1000100 110110

Color Harmonies of #D5DA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA3A

Black with #D5DA3A

Text Example


Text Example

White with #D5DA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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