Html Css Color HEX #D1D02C Bitter Lemon

📋 copy color: '#D1D02C'

red 209 ◦ green 208 ◦ blue 44

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

Shades of Bitter Lemon #D1D02C

Tints of Bitter Lemon #D1D02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 44 (17.58% from 255) = 9.54%

R = 45.34%
G = 45.12%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1D02C (or 0xD1D02C) is known color: Bitter Lemon. HEX triplet: D1, D0 and 2C. RGB value is (209,208,44). Sum of RGB (Red+Green+Blue) = 209+208+44=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D02C is #2E2FD3. Grayscale: #BEBEBE. Windows color (decimal): -3026900 or 2937041. OLE color: 2937041.

HSL color Cylindrical-coordinate representation of color #D1D02C: hue angle of 59.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1D02C is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 44 -
CMYK 0 0.00 0.79 0.18
HSL 59.64º 0.65% 0.5% -
HSV(B) 59.64º 0.79% 0.82% -
XYZ 49.31 58.85 11.14 -
YUV 189.6 45.83 141.84 -
System Red Green Blue C M Y K H S L
Decimal 209 208 44 0 0.00 0.79 0.18 59.64 0.65 0.5
Hex D1 D0 2C 0 0 4F 12 3C 41 32
Octal 321 320 54 0 0 117 22 74 101 62
Binary 11010001 11010000 101100 0 0 1001111 10010 111100 1000001 110010

Color Harmonies of #D1D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D02C

Black with #D1D02C

Text Example


Text Example

White with #D1D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D02C; }

 p { color: rgb(209,208,44); }

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

background-color css

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

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

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

border-color css

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

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

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