Html Css Color HEX #D2D842 Bitter Lemon

📋 copy color: '#D2D842'

red 210 ◦ green 216 ◦ blue 66

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

Shades of Bitter Lemon #D2D842

Tints of Bitter Lemon #D2D842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.9%

 BLUE value IS 66 (26.17% from 255) = 13.41%

R = 42.68%
G = 43.9%
B = 13.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D2D842 (or 0xD2D842) is known color: Bitter Lemon. HEX triplet: D2, D8 and 42. RGB value is (210,216,66). Sum of RGB (Red+Green+Blue) = 210+216+66=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D842 is #2D27BD. Grayscale: #C5C5C5. Windows color (decimal): -2959294 or 4380882. OLE color: 4380882.

HSL color Cylindrical-coordinate representation of color #D2D842: hue angle of 62.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2D842 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 66 -
CMYK 0.03 0 0.69 0.15
HSL 62.4º 0.66% 0.55% -
HSV(B) 62.4º 0.69% 0.85% -
XYZ 52.12 63.21 14.61 -
YUV 197.11 54.01 137.2 -
System Red Green Blue C M Y K H S L
Decimal 210 216 66 0.03 0 0.69 0.15 62.4 0.66 0.55
Hex D2 D8 42 3 0 45 F 3E 42 37
Octal 322 330 102 3 0 105 17 76 102 67
Binary 11010010 11011000 1000010 11 0 1000101 1111 111110 1000010 110111

Color Harmonies of #D2D842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D842

Black with #D2D842

Text Example


Text Example

White with #D2D842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D842; }

 p { color: rgb(210,216,66); }

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

background-color css

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

 a { background-color: rgb(210,216,66); }

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

border-color css

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

 span { border-color: rgb(210,216,66); }

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