Html Css Color HEX #D4D12E Bitter Lemon

📋 copy color: '#D4D12E'

red 212 ◦ green 209 ◦ blue 46

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

Shades of Bitter Lemon #D4D12E

Tints of Bitter Lemon #D4D12E

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

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

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

R = 45.4%
G = 44.75%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4D12E (or 0xD4D12E) is known color: Bitter Lemon. HEX triplet: D4, D1 and 2E. RGB value is (212,209,46). Sum of RGB (Red+Green+Blue) = 212+209+46=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D12E is #2B2ED1. Grayscale: #BFBFBF. Windows color (decimal): -2830034 or 3068372. OLE color: 3068372.

HSL color Cylindrical-coordinate representation of color #D4D12E: hue angle of 58.92º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4D12E is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 209 46 -
CMYK 0 0.01 0.78 0.17
HSL 58.92º 0.66% 0.51% -
HSV(B) 58.92º 0.78% 0.83% -
XYZ 50.44 59.8 11.47 -
YUV 191.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 212 209 46 0 0.01 0.78 0.17 58.92 0.66 0.51
Hex D4 D1 2E 0 1 4E 11 3B 42 33
Octal 324 321 56 0 1 116 21 73 102 63
Binary 11010100 11010001 101110 0 1 1001110 10001 111011 1000010 110011

Color Harmonies of #D4D12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D12E

Black with #D4D12E

Text Example


Text Example

White with #D4D12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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