Html Css Color HEX #D2D945 Bitter Lemon

📋 copy color: '#D2D945'

red 210 ◦ green 217 ◦ blue 69

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

Shades of Bitter Lemon #D2D945

Tints of Bitter Lemon #D2D945

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

 BLUE value IS 69 (27.34% from 255) = 13.91%

R = 42.34%
G = 43.75%
B = 13.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D2D945 (or 0xD2D945) is known color: Bitter Lemon. HEX triplet: D2, D9 and 45. RGB value is (210,217,69). Sum of RGB (Red+Green+Blue) = 210+217+69=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D945 is #2D26BA. Grayscale: #C6C6C6. Windows color (decimal): -2959035 or 4577746. OLE color: 4577746.

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

Color convert

RGB 210 217 69 -
CMYK 0.03 0 0.68 0.15
HSL 62.84º 0.66% 0.56% -
HSV(B) 62.84º 0.68% 0.85% -
XYZ 52.47 63.76 15.17 -
YUV 198.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 210 217 69 0.03 0 0.68 0.15 62.84 0.66 0.56
Hex D2 D9 45 3 0 44 F 3F 42 38
Octal 322 331 105 3 0 104 17 77 102 70
Binary 11010010 11011001 1000101 11 0 1000100 1111 111111 1000010 111000

Color Harmonies of #D2D945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D945

Black with #D2D945

Text Example


Text Example

White with #D2D945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D945; }

 p { color: rgb(210,217,69); }

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

background-color css

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

 a { background-color: rgb(210,217,69); }

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

border-color css

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

 span { border-color: rgb(210,217,69); }

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