Html Css Color HEX #D4D131 Bitter Lemon

📋 copy color: '#D4D131'

red 212 ◦ green 209 ◦ blue 49

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

Shades of Bitter Lemon #D4D131

Tints of Bitter Lemon #D4D131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 45.11%
G = 44.47%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D4D131 (or 0xD4D131) is known color: Bitter Lemon. HEX triplet: D4, D1 and 31. RGB value is (212,209,49). Sum of RGB (Red+Green+Blue) = 212+209+49=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D131 is #2B2ECE. Grayscale: #C0C0C0. Windows color (decimal): -2830031 or 3264980. OLE color: 3264980.

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

Color convert

RGB 212 209 49 -
CMYK 0 0.01 0.77 0.17
HSL 58.9º 0.65% 0.51% -
HSV(B) 58.9º 0.77% 0.83% -
XYZ 50.51 59.82 11.79 -
YUV 191.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 212 209 49 0 0.01 0.77 0.17 58.9 0.65 0.51
Hex D4 D1 31 0 1 4D 11 3B 41 33
Octal 324 321 61 0 1 115 21 73 101 63
Binary 11010100 11010001 110001 0 1 1001101 10001 111011 1000001 110011

Color Harmonies of #D4D131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D131

Black with #D4D131

Text Example


Text Example

White with #D4D131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D131; }

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

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

background-color css

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

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

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

border-color css

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

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

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