Html Css Color HEX #D2DC1D Bitter Lemon

📋 copy color: '#D2DC1D'

red 210 ◦ green 220 ◦ blue 29

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

Shades of Bitter Lemon #D2DC1D

Tints of Bitter Lemon #D2DC1D

RGB

 RED value IS 210 (82.42% from 255) = 45.75%

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

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

R = 45.75%
G = 47.93%
B = 6.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#D2DC1D (or 0xD2DC1D) is known color: Bitter Lemon. HEX triplet: D2, DC and 1D. RGB value is (210,220,29). Sum of RGB (Red+Green+Blue) = 210+220+29=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC1D is #2D23E2. Grayscale: #C3C3C3. Windows color (decimal): -2958307 or 1957074. OLE color: 1957074.

HSL color Cylindrical-coordinate representation of color #D2DC1D: hue angle of 63.14º 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 #D2DC1D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 29 -
CMYK 0.05 0 0.87 0.14
HSL 63.14º 0.77% 0.49% -
HSV(B) 63.14º 0.87% 0.86% -
XYZ 52.39 64.98 10.94 -
YUV 195.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 210 220 29 0.05 0 0.87 0.14 63.14 0.77 0.49
Hex D2 DC 1D 5 0 57 E 3F 4D 31
Octal 322 334 35 5 0 127 16 77 115 61
Binary 11010010 11011100 11101 101 0 1010111 1110 111111 1001101 110001

Color Harmonies of #D2DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC1D

Black with #D2DC1D

Text Example


Text Example

White with #D2DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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