Html Css Color HEX #D1D132 Bitter Lemon

📋 copy color: '#D1D132'

red 209 ◦ green 209 ◦ blue 50

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

Shades of Bitter Lemon #D1D132

Tints of Bitter Lemon #D1D132

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 44.66%
G = 44.66%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D1D132 (or 0xD1D132) is known color: Bitter Lemon. HEX triplet: D1, D1 and 32. RGB value is (209,209,50). Sum of RGB (Red+Green+Blue) = 209+209+50=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D132 is #2E2ECD. Grayscale: #BFBFBF. Windows color (decimal): -3026638 or 3330513. OLE color: 3330513.

HSL color Cylindrical-coordinate representation of color #D1D132: hue angle of 60º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1D132 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 209 50 -
CMYK 0 0 0.76 0.18
HSL 60º 0.63% 0.51% -
HSV(B) 60º 0.76% 0.82% -
XYZ 49.67 59.39 11.86 -
YUV 190.87 48.5 140.93 -
System Red Green Blue C M Y K H S L
Decimal 209 209 50 0 0 0.76 0.18 60 0.63 0.51
Hex D1 D1 32 0 0 4C 12 3C 3F 33
Octal 321 321 62 0 0 114 22 74 77 63
Binary 11010001 11010001 110010 0 0 1001100 10010 111100 111111 110011

Color Harmonies of #D1D132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D132

Black with #D1D132

Text Example


Text Example

White with #D1D132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D132; }

 p { color: rgb(209,209,50); }

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

background-color css

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

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

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

border-color css

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

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

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