Html Css Color HEX #D5DA21 Bitter Lemon

📋 copy color: '#D5DA21'

red 213 ◦ green 218 ◦ blue 33

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

Shades of Bitter Lemon #D5DA21

Tints of Bitter Lemon #D5DA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.11%

R = 45.91%
G = 46.98%
B = 7.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D5DA21 (or 0xD5DA21) is known color: Bitter Lemon. HEX triplet: D5, DA and 21. RGB value is (213,218,33). Sum of RGB (Red+Green+Blue) = 213+218+33=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA21 is #2A25DE. Grayscale: #C4C4C4. Windows color (decimal): -2762207 or 2218709. OLE color: 2218709.

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

Color convert

RGB 213 218 33 -
CMYK 0.02 0 0.85 0.15
HSL 61.62º 0.74% 0.49% -
HSV(B) 61.62º 0.85% 0.85% -
XYZ 52.79 64.4 11.09 -
YUV 195.42 36.34 140.54 -
System Red Green Blue C M Y K H S L
Decimal 213 218 33 0.02 0 0.85 0.15 61.62 0.74 0.49
Hex D5 DA 21 2 0 55 F 3E 4A 31
Octal 325 332 41 2 0 125 17 76 112 61
Binary 11010101 11011010 100001 10 0 1010101 1111 111110 1001010 110001

Color Harmonies of #D5DA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA21

Black with #D5DA21

Text Example


Text Example

White with #D5DA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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