Html Css Color HEX #D5DD1F Bitter Lemon

📋 copy color: '#D5DD1F'

red 213 ◦ green 221 ◦ blue 31

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

Shades of Bitter Lemon #D5DD1F

Tints of Bitter Lemon #D5DD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.67%

R = 45.81%
G = 47.53%
B = 6.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#D5DD1F (or 0xD5DD1F) is known color: Bitter Lemon. HEX triplet: D5, DD and 1F. RGB value is (213,221,31). Sum of RGB (Red+Green+Blue) = 213+221+31=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD1F is #2A22E0. Grayscale: #C5C5C5. Windows color (decimal): -2761441 or 2088405. OLE color: 2088405.

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

Color convert

RGB 213 221 31 -
CMYK 0.04 0 0.86 0.13
HSL 62.53º 0.75% 0.49% -
HSV(B) 62.53º 0.86% 0.87% -
XYZ 53.54 65.96 11.21 -
YUV 196.95 34.35 139.45 -
System Red Green Blue C M Y K H S L
Decimal 213 221 31 0.04 0 0.86 0.13 62.53 0.75 0.49
Hex D5 DD 1F 4 0 56 D 3F 4B 31
Octal 325 335 37 4 0 126 15 77 113 61
Binary 11010101 11011101 11111 100 0 1010110 1101 111111 1001011 110001

Color Harmonies of #D5DD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD1F

Black with #D5DD1F

Text Example


Text Example

White with #D5DD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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