Html Css Color HEX #D5DD1B Bitter Lemon

📋 copy color: '#D5DD1B'

red 213 ◦ green 221 ◦ blue 27

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

Shades of Bitter Lemon #D5DD1B

Tints of Bitter Lemon #D5DD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.86%

R = 46.2%
G = 47.94%
B = 5.86%

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

#D5DD1B (or 0xD5DD1B) is known color: Bitter Lemon. HEX triplet: D5, DD and 1B. RGB value is (213,221,27). Sum of RGB (Red+Green+Blue) = 213+221+27=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD1B is #2A22E4. Grayscale: #C5C5C5. Windows color (decimal): -2761445 or 1826261. OLE color: 1826261.

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

Color convert

RGB 213 221 27 -
CMYK 0.04 0 0.88 0.13
HSL 62.47º 0.78% 0.49% -
HSV(B) 62.47º 0.88% 0.87% -
XYZ 53.49 65.94 10.94 -
YUV 196.49 32.35 139.77 -
System Red Green Blue C M Y K H S L
Decimal 213 221 27 0.04 0 0.88 0.13 62.47 0.78 0.49
Hex D5 DD 1B 4 0 58 D 3E 4E 31
Octal 325 335 33 4 0 130 15 76 116 61
Binary 11010101 11011101 11011 100 0 1011000 1101 111110 1001110 110001

Color Harmonies of #D5DD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD1B

Black with #D5DD1B

Text Example


Text Example

White with #D5DD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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