Html Css Color HEX #D8DA2E Bitter Lemon

📋 copy color: '#D8DA2E'

red 216 ◦ green 218 ◦ blue 46

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

Shades of Bitter Lemon #D8DA2E

Tints of Bitter Lemon #D8DA2E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 46 (18.36% from 255) = 9.58%

R = 45%
G = 45.42%
B = 9.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8DA2E (or 0xD8DA2E) is known color: Bitter Lemon. HEX triplet: D8, DA and 2E. RGB value is (216,218,46). Sum of RGB (Red+Green+Blue) = 216+218+46=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA2E is #2725D1. Grayscale: #C6C6C6. Windows color (decimal): -2565586 or 3070680. OLE color: 3070680.

HSL color Cylindrical-coordinate representation of color #D8DA2E: hue angle of 60.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8DA2E is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 46 -
CMYK 0.01 0 0.79 0.15
HSL 60.7º 0.7% 0.52% -
HSV(B) 60.7º 0.79% 0.85% -
XYZ 53.88 64.94 12.28 -
YUV 197.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 216 218 46 0.01 0 0.79 0.15 60.7 0.7 0.52
Hex D8 DA 2E 1 0 4F F 3D 46 34
Octal 330 332 56 1 0 117 17 75 106 64
Binary 11011000 11011010 101110 1 0 1001111 1111 111101 1000110 110100

Color Harmonies of #D8DA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA2E

Black with #D8DA2E

Text Example


Text Example

White with #D8DA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA2E; }

 p { color: rgb(216,218,46); }

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

background-color css

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

 a { background-color: rgb(216,218,46); }

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

border-color css

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

 span { border-color: rgb(216,218,46); }

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