Html Css Color HEX #D3DC1D Bitter Lemon

📋 copy color: '#D3DC1D'

red 211 ◦ green 220 ◦ blue 29

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

Shades of Bitter Lemon #D3DC1D

Tints of Bitter Lemon #D3DC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.3%

R = 45.87%
G = 47.83%
B = 6.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#D3DC1D (or 0xD3DC1D) is known color: Bitter Lemon. HEX triplet: D3, DC and 1D. RGB value is (211,220,29). Sum of RGB (Red+Green+Blue) = 211+220+29=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC1D is #2C23E2. Grayscale: #C4C4C4. Windows color (decimal): -2892771 or 1957075. OLE color: 1957075.

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

Color convert

RGB 211 220 29 -
CMYK 0.04 0 0.87 0.14
HSL 62.83º 0.77% 0.49% -
HSV(B) 62.83º 0.87% 0.86% -
XYZ 52.68 65.12 10.96 -
YUV 195.54 34.02 139.03 -
System Red Green Blue C M Y K H S L
Decimal 211 220 29 0.04 0 0.87 0.14 62.83 0.77 0.49
Hex D3 DC 1D 4 0 57 E 3F 4D 31
Octal 323 334 35 4 0 127 16 77 115 61
Binary 11010011 11011100 11101 100 0 1010111 1110 111111 1001101 110001

Color Harmonies of #D3DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC1D

Black with #D3DC1D

Text Example


Text Example

White with #D3DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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