Html Css Color HEX #D1D135 Bitter Lemon

📋 copy color: '#D1D135'

red 209 ◦ green 209 ◦ blue 53

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

Shades of Bitter Lemon #D1D135

Tints of Bitter Lemon #D1D135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 44.37%
G = 44.37%
B = 11.25%

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

#D1D135 (or 0xD1D135) is known color: Bitter Lemon. HEX triplet: D1, D1 and 35. RGB value is (209,209,53). Sum of RGB (Red+Green+Blue) = 209+209+53=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D135 is #2E2ECA. Grayscale: #BFBFBF. Windows color (decimal): -3026635 or 3527121. OLE color: 3527121.

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

Color convert

RGB 209 209 53 -
CMYK 0 0 0.75 0.18
HSL 60º 0.63% 0.51% -
HSV(B) 60º 0.75% 0.82% -
XYZ 49.74 59.41 12.21 -
YUV 191.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 209 209 53 0 0 0.75 0.18 60 0.63 0.51
Hex D1 D1 35 0 0 4B 12 3C 3F 33
Octal 321 321 65 0 0 113 22 74 77 63
Binary 11010001 11010001 110101 0 0 1001011 10010 111100 111111 110011

Color Harmonies of #D1D135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D135

Black with #D1D135

Text Example


Text Example

White with #D1D135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D135; }

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

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

background-color css

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

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

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

border-color css

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

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

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