Html Css Color HEX #D5DD1A Bitter Lemon

📋 copy color: '#D5DD1A'

red 213 ◦ green 221 ◦ blue 26

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

Shades of Bitter Lemon #D5DD1A

Tints of Bitter Lemon #D5DD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

 BLUE value IS 26 (10.55% from 255) = 5.65%

R = 46.3%
G = 48.04%
B = 5.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#D5DD1A (or 0xD5DD1A) is known color: Bitter Lemon. HEX triplet: D5, DD and 1A. RGB value is (213,221,26). Sum of RGB (Red+Green+Blue) = 213+221+26=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD1A is #2A22E5. Grayscale: #C5C5C5. Windows color (decimal): -2761446 or 1760725. OLE color: 1760725.

HSL color Cylindrical-coordinate representation of color #D5DD1A: hue angle of 62.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5DD1A is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 26 -
CMYK 0.04 0 0.88 0.13
HSL 62.46º 0.79% 0.48% -
HSV(B) 62.46º 0.88% 0.87% -
XYZ 53.48 65.93 10.88 -
YUV 196.38 31.85 139.86 -
System Red Green Blue C M Y K H S L
Decimal 213 221 26 0.04 0 0.88 0.13 62.46 0.79 0.48
Hex D5 DD 1A 4 0 58 D 3E 4F 30
Octal 325 335 32 4 0 130 15 76 117 60
Binary 11010101 11011101 11010 100 0 1011000 1101 111110 1001111 110000

Color Harmonies of #D5DD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD1A

Black with #D5DD1A

Text Example


Text Example

White with #D5DD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD1A; }

 p { color: rgb(213,221,26); }

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

background-color css

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

 a { background-color: rgb(213,221,26); }

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

border-color css

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

 span { border-color: rgb(213,221,26); }

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