Html Css Color HEX #D8D930 Bitter Lemon

📋 copy color: '#D8D930'

red 216 ◦ green 217 ◦ blue 48

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

Shades of Bitter Lemon #D8D930

Tints of Bitter Lemon #D8D930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 44.91%
G = 45.11%
B = 9.98%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8D930 (or 0xD8D930) is known color: Bitter Lemon. HEX triplet: D8, D9 and 30. RGB value is (216,217,48). Sum of RGB (Red+Green+Blue) = 216+217+48=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D930 is #2726CF. Grayscale: #C6C6C6. Windows color (decimal): -2565840 or 3201496. OLE color: 3201496.

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

Color convert

RGB 216 217 48 -
CMYK 0.00 0 0.78 0.15
HSL 60.36º 0.69% 0.52% -
HSV(B) 60.36º 0.78% 0.85% -
XYZ 53.67 64.44 12.41 -
YUV 197.44 43.67 141.24 -
System Red Green Blue C M Y K H S L
Decimal 216 217 48 0.00 0 0.78 0.15 60.36 0.69 0.52
Hex D8 D9 30 0 0 4E F 3C 45 34
Octal 330 331 60 0 0 116 17 74 105 64
Binary 11011000 11011001 110000 0 0 1001110 1111 111100 1000101 110100

Color Harmonies of #D8D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D930

Black with #D8D930

Text Example


Text Example

White with #D8D930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D930; }

 p { color: rgb(216,217,48); }

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

background-color css

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

 a { background-color: rgb(216,217,48); }

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

border-color css

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

 span { border-color: rgb(216,217,48); }

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