Html Css Color HEX #D1D134 Bitter Lemon

📋 copy color: '#D1D134'

red 209 ◦ green 209 ◦ blue 52

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

Shades of Bitter Lemon #D1D134

Tints of Bitter Lemon #D1D134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 44.47%
G = 44.47%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1D134 (or 0xD1D134) is known color: Bitter Lemon. HEX triplet: D1, D1 and 34. RGB value is (209,209,52). Sum of RGB (Red+Green+Blue) = 209+209+52=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D134 is #2E2ECB. Grayscale: #BFBFBF. Windows color (decimal): -3026636 or 3461585. OLE color: 3461585.

HSL color Cylindrical-coordinate representation of color #D1D134: 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.75%. Process color model (Four color, CMYK) of #D1D134 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 209 52 -
CMYK 0 0 0.75 0.18
HSL 60º 0.63% 0.51% -
HSV(B) 60º 0.75% 0.82% -
XYZ 49.71 59.4 12.09 -
YUV 191.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 209 209 52 0 0 0.75 0.18 60 0.63 0.51
Hex D1 D1 34 0 0 4B 12 3C 3F 33
Octal 321 321 64 0 0 113 22 74 77 63
Binary 11010001 11010001 110100 0 0 1001011 10010 111100 111111 110011

Color Harmonies of #D1D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D134

Black with #D1D134

Text Example


Text Example

White with #D1D134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D134; }

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

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

background-color css

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

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

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

border-color css

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

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

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