Html Css Color HEX #D8D52E Bitter Lemon

📋 copy color: '#D8D52E'

red 216 ◦ green 213 ◦ blue 46

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

Shades of Bitter Lemon #D8D52E

Tints of Bitter Lemon #D8D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.84%

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

R = 45.47%
G = 44.84%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8D52E (or 0xD8D52E) is known color: Bitter Lemon. HEX triplet: D8, D5 and 2E. RGB value is (216,213,46). Sum of RGB (Red+Green+Blue) = 216+213+46=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D52E is #272AD1. Grayscale: #C3C3C3. Windows color (decimal): -2566866 or 3069400. OLE color: 3069400.

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

Color convert

RGB 216 213 46 -
CMYK 0 0.01 0.79 0.15
HSL 58.94º 0.69% 0.51% -
HSV(B) 58.94º 0.79% 0.85% -
XYZ 52.61 62.38 11.85 -
YUV 194.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 216 213 46 0 0.01 0.79 0.15 58.94 0.69 0.51
Hex D8 D5 2E 0 1 4F F 3B 45 33
Octal 330 325 56 0 1 117 17 73 105 63
Binary 11011000 11010101 101110 0 1 1001111 1111 111011 1000101 110011

Color Harmonies of #D8D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D52E

Black with #D8D52E

Text Example


Text Example

White with #D8D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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