Html Css Color HEX #D5D91F Bitter Lemon

📋 copy color: '#D5D91F'

red 213 ◦ green 217 ◦ blue 31

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

Shades of Bitter Lemon #D5D91F

Tints of Bitter Lemon #D5D91F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

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

R = 46.2%
G = 47.07%
B = 6.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D5D91F (or 0xD5D91F) is known color: Bitter Lemon. HEX triplet: D5, D9 and 1F. RGB value is (213,217,31). Sum of RGB (Red+Green+Blue) = 213+217+31=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D91F is #2A26E0. Grayscale: #C3C3C3. Windows color (decimal): -2762465 or 2087381. OLE color: 2087381.

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

Color convert

RGB 213 217 31 -
CMYK 0.02 0 0.86 0.15
HSL 61.29º 0.75% 0.49% -
HSV(B) 61.29º 0.86% 0.85% -
XYZ 52.5 63.87 10.86 -
YUV 194.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 213 217 31 0.02 0 0.86 0.15 61.29 0.75 0.49
Hex D5 D9 1F 2 0 56 F 3D 4B 31
Octal 325 331 37 2 0 126 17 75 113 61
Binary 11010101 11011001 11111 10 0 1010110 1111 111101 1001011 110001

Color Harmonies of #D5D91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D91F

Black with #D5D91F

Text Example


Text Example

White with #D5D91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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