Html Css Color HEX #D2DA1D Bitter Lemon

📋 copy color: '#D2DA1D'

red 210 ◦ green 218 ◦ blue 29

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

Shades of Bitter Lemon #D2DA1D

Tints of Bitter Lemon #D2DA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

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

R = 45.95%
G = 47.7%
B = 6.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D2DA1D (or 0xD2DA1D) is known color: Bitter Lemon. HEX triplet: D2, DA and 1D. RGB value is (210,218,29). Sum of RGB (Red+Green+Blue) = 210+218+29=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DA1D is #2D25E2. Grayscale: #C2C2C2. Windows color (decimal): -2958819 or 1956562. OLE color: 1956562.

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

Color convert

RGB 210 218 29 -
CMYK 0.04 0 0.87 0.15
HSL 62.54º 0.77% 0.48% -
HSV(B) 62.54º 0.87% 0.85% -
XYZ 51.87 63.93 10.77 -
YUV 194.06 34.85 139.37 -
System Red Green Blue C M Y K H S L
Decimal 210 218 29 0.04 0 0.87 0.15 62.54 0.77 0.48
Hex D2 DA 1D 4 0 57 F 3F 4D 30
Octal 322 332 35 4 0 127 17 77 115 60
Binary 11010010 11011010 11101 100 0 1010111 1111 111111 1001101 110000

Color Harmonies of #D2DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA1D

Black with #D2DA1D

Text Example


Text Example

White with #D2DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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