Html Css Color HEX #D8DC1F Bitter Lemon

📋 copy color: '#D8DC1F'

red 216 ◦ green 220 ◦ blue 31

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

Shades of Bitter Lemon #D8DC1F

Tints of Bitter Lemon #D8DC1F

RGB

 RED value IS 216 (84.77% from 255) = 46.25%

 GREEN value IS 220 (86.33% from 255) = 47.11%

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

R = 46.25%
G = 47.11%
B = 6.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#D8DC1F (or 0xD8DC1F) is known color: Bitter Lemon. HEX triplet: D8, DC and 1F. RGB value is (216,220,31). Sum of RGB (Red+Green+Blue) = 216+220+31=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC1F is #2723E0. Grayscale: #C6C6C6. Windows color (decimal): -2565089 or 2088152. OLE color: 2088152.

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

Color convert

RGB 216 220 31 -
CMYK 0.02 0 0.86 0.14
HSL 61.27º 0.75% 0.49% -
HSV(B) 61.27º 0.86% 0.86% -
XYZ 54.16 65.88 11.16 -
YUV 197.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 216 220 31 0.02 0 0.86 0.14 61.27 0.75 0.49
Hex D8 DC 1F 2 0 56 E 3D 4B 31
Octal 330 334 37 2 0 126 16 75 113 61
Binary 11011000 11011100 11111 10 0 1010110 1110 111101 1001011 110001

Color Harmonies of #D8DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC1F

Black with #D8DC1F

Text Example


Text Example

White with #D8DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC1F; }

 p { color: rgb(216,220,31); }

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

background-color css

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

 a { background-color: rgb(216,220,31); }

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

border-color css

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

 span { border-color: rgb(216,220,31); }

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