Html Css Color HEX #D8D12E Bitter Lemon

📋 copy color: '#D8D12E'

red 216 ◦ green 209 ◦ blue 46

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

Shades of Bitter Lemon #D8D12E

Tints of Bitter Lemon #D8D12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.37%

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

R = 45.86%
G = 44.37%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8D12E (or 0xD8D12E) is known color: Bitter Lemon. HEX triplet: D8, D1 and 2E. RGB value is (216,209,46). Sum of RGB (Red+Green+Blue) = 216+209+46=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D12E is #272ED1. Grayscale: #C1C1C1. Windows color (decimal): -2567890 or 3068376. OLE color: 3068376.

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

Color convert

RGB 216 209 46 -
CMYK 0 0.03 0.79 0.15
HSL 57.53º 0.69% 0.51% -
HSV(B) 57.53º 0.79% 0.85% -
XYZ 51.61 60.4 11.52 -
YUV 192.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 216 209 46 0 0.03 0.79 0.15 57.53 0.69 0.51
Hex D8 D1 2E 0 3 4F F 3A 45 33
Octal 330 321 56 0 3 117 17 72 105 63
Binary 11011000 11010001 101110 0 11 1001111 1111 111010 1000101 110011

Color Harmonies of #D8D12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D12E

Black with #D8D12E

Text Example


Text Example

White with #D8D12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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