Html Css Color HEX #D3DC3C Bitter Lemon

📋 copy color: '#D3DC3C'

red 211 ◦ green 220 ◦ blue 60

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

Shades of Bitter Lemon #D3DC3C

Tints of Bitter Lemon #D3DC3C

RGB

 RED value IS 211 (82.81% from 255) = 42.97%

 GREEN value IS 220 (86.33% from 255) = 44.81%

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

R = 42.97%
G = 44.81%
B = 12.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#D3DC3C (or 0xD3DC3C) is known color: Bitter Lemon. HEX triplet: D3, DC and 3C. RGB value is (211,220,60). Sum of RGB (Red+Green+Blue) = 211+220+60=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC3C is #2C23C3. Grayscale: #C7C7C7. Windows color (decimal): -2892740 or 3988691. OLE color: 3988691.

HSL color Cylindrical-coordinate representation of color #D3DC3C: hue angle of 63.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3DC3C is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 220 60 -
CMYK 0.04 0 0.73 0.14
HSL 63.38º 0.7% 0.55% -
HSV(B) 63.38º 0.73% 0.86% -
XYZ 53.27 65.36 14.08 -
YUV 199.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 211 220 60 0.04 0 0.73 0.14 63.38 0.7 0.55
Hex D3 DC 3C 4 0 49 E 3F 46 37
Octal 323 334 74 4 0 111 16 77 106 67
Binary 11010011 11011100 111100 100 0 1001001 1110 111111 1000110 110111

Color Harmonies of #D3DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC3C

Black with #D3DC3C

Text Example


Text Example

White with #D3DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC3C; }

 p { color: rgb(211,220,60); }

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

background-color css

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

 a { background-color: rgb(211,220,60); }

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

border-color css

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

 span { border-color: rgb(211,220,60); }

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