Html Css Color HEX #D8DC25 Bitter Lemon

📋 copy color: '#D8DC25'

red 216 ◦ green 220 ◦ blue 37

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

Shades of Bitter Lemon #D8DC25

Tints of Bitter Lemon #D8DC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.82%

R = 45.67%
G = 46.51%
B = 7.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#D8DC25 (or 0xD8DC25) is known color: Bitter Lemon. HEX triplet: D8, DC and 25. RGB value is (216,220,37). Sum of RGB (Red+Green+Blue) = 216+220+37=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC25 is #2723DA. Grayscale: #C6C6C6. Windows color (decimal): -2565083 or 2481368. OLE color: 2481368.

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

Color convert

RGB 216 220 37 -
CMYK 0.02 0 0.83 0.14
HSL 61.31º 0.72% 0.5% -
HSV(B) 61.31º 0.83% 0.86% -
XYZ 54.25 65.92 11.61 -
YUV 197.94 37.17 140.88 -
System Red Green Blue C M Y K H S L
Decimal 216 220 37 0.02 0 0.83 0.14 61.31 0.72 0.5
Hex D8 DC 25 2 0 53 E 3D 48 32
Octal 330 334 45 2 0 123 16 75 110 62
Binary 11011000 11011100 100101 10 0 1010011 1110 111101 1001000 110010

Color Harmonies of #D8DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC25

Black with #D8DC25

Text Example


Text Example

White with #D8DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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