Html Css Color HEX #D5DA2A Bitter Lemon

📋 copy color: '#D5DA2A'

red 213 ◦ green 218 ◦ blue 42

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

Shades of Bitter Lemon #D5DA2A

Tints of Bitter Lemon #D5DA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.88%

R = 45.03%
G = 46.09%
B = 8.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D5DA2A (or 0xD5DA2A) is known color: Bitter Lemon. HEX triplet: D5, DA and 2A. RGB value is (213,218,42). Sum of RGB (Red+Green+Blue) = 213+218+42=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA2A is #2A25D5. Grayscale: #C5C5C5. Windows color (decimal): -2762198 or 2808533. OLE color: 2808533.

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

Color convert

RGB 213 218 42 -
CMYK 0.02 0 0.81 0.15
HSL 61.7º 0.7% 0.51% -
HSV(B) 61.7º 0.81% 0.85% -
XYZ 52.93 64.46 11.84 -
YUV 196.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 213 218 42 0.02 0 0.81 0.15 61.7 0.7 0.51
Hex D5 DA 2A 2 0 51 F 3E 46 33
Octal 325 332 52 2 0 121 17 76 106 63
Binary 11010101 11011010 101010 10 0 1010001 1111 111110 1000110 110011

Color Harmonies of #D5DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA2A

Black with #D5DA2A

Text Example


Text Example

White with #D5DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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