Html Css Color HEX #D1DE3C Bitter Lemon

📋 copy color: '#D1DE3C'

red 209 ◦ green 222 ◦ blue 60

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

Shades of Bitter Lemon #D1DE3C

Tints of Bitter Lemon #D1DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.21%

 BLUE value IS 60 (23.83% from 255) = 12.22%

R = 42.57%
G = 45.21%
B = 12.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D1DE3C (or 0xD1DE3C) is known color: Bitter Lemon. HEX triplet: D1, DE and 3C. RGB value is (209,222,60). Sum of RGB (Red+Green+Blue) = 209+222+60=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DE3C is #2E21C3. Grayscale: #C8C8C8. Windows color (decimal): -3023300 or 3989201. OLE color: 3989201.

HSL color Cylindrical-coordinate representation of color #D1DE3C: hue angle of 64.81º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1DE3C is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 222 60 -
CMYK 0.06 0 0.73 0.13
HSL 64.81º 0.71% 0.55% -
HSV(B) 64.81º 0.73% 0.87% -
XYZ 53.23 66.12 14.23 -
YUV 199.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 209 222 60 0.06 0 0.73 0.13 64.81 0.71 0.55
Hex D1 DE 3C 6 0 49 D 41 47 37
Octal 321 336 74 6 0 111 15 101 107 67
Binary 11010001 11011110 111100 110 0 1001001 1101 1000001 1000111 110111

Color Harmonies of #D1DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DE3C

Black with #D1DE3C

Text Example


Text Example

White with #D1DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DE3C; }

 p { color: rgb(209,222,60); }

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

background-color css

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

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

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

border-color css

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

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

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