Html Css Color HEX #D8DE1B Bitter Lemon

📋 copy color: '#D8DE1B'

red 216 ◦ green 222 ◦ blue 27

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

Shades of Bitter Lemon #D8DE1B

Tints of Bitter Lemon #D8DE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 46.45%
G = 47.74%
B = 5.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#D8DE1B (or 0xD8DE1B) is known color: Bitter Lemon. HEX triplet: D8, DE and 1B. RGB value is (216,222,27). Sum of RGB (Red+Green+Blue) = 216+222+27=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DE1B is #2721E4. Grayscale: #C6C6C6. Windows color (decimal): -2564581 or 1826520. OLE color: 1826520.

HSL color Cylindrical-coordinate representation of color #D8DE1B: hue angle of 61.85º 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 #D8DE1B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 222 27 -
CMYK 0.03 0 0.88 0.13
HSL 61.85º 0.78% 0.49% -
HSV(B) 61.85º 0.88% 0.87% -
XYZ 54.64 66.92 11.07 -
YUV 197.98 31.51 140.86 -
System Red Green Blue C M Y K H S L
Decimal 216 222 27 0.03 0 0.88 0.13 61.85 0.78 0.49
Hex D8 DE 1B 3 0 58 D 3E 4E 31
Octal 330 336 33 3 0 130 15 76 116 61
Binary 11011000 11011110 11011 11 0 1011000 1101 111110 1001110 110001

Color Harmonies of #D8DE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DE1B

Black with #D8DE1B

Text Example


Text Example

White with #D8DE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DE1B; }

 p { color: rgb(216,222,27); }

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

background-color css

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

 a { background-color: rgb(216,222,27); }

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

border-color css

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

 span { border-color: rgb(216,222,27); }

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