Html Css Color HEX #D2D845 Bitter Lemon

📋 copy color: '#D2D845'

red 210 ◦ green 216 ◦ blue 69

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

Shades of Bitter Lemon #D2D845

Tints of Bitter Lemon #D2D845

RGB

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

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

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

R = 42.42%
G = 43.64%
B = 13.94%

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

#D2D845 (or 0xD2D845) is known color: Bitter Lemon. HEX triplet: D2, D8 and 45. RGB value is (210,216,69). Sum of RGB (Red+Green+Blue) = 210+216+69=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D845 is #2D27BA. Grayscale: #C6C6C6. Windows color (decimal): -2959291 or 4577490. OLE color: 4577490.

HSL color Cylindrical-coordinate representation of color #D2D845: hue angle of 62.45º degrees, saturation: 0.65, 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 #D2D845 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 69 -
CMYK 0.03 0 0.68 0.15
HSL 62.45º 0.65% 0.56% -
HSV(B) 62.45º 0.68% 0.85% -
XYZ 52.21 63.24 15.09 -
YUV 197.45 55.51 136.95 -
System Red Green Blue C M Y K H S L
Decimal 210 216 69 0.03 0 0.68 0.15 62.45 0.65 0.56
Hex D2 D8 45 3 0 44 F 3E 41 38
Octal 322 330 105 3 0 104 17 76 101 70
Binary 11010010 11011000 1000101 11 0 1000100 1111 111110 1000001 111000

Color Harmonies of #D2D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D845

Black with #D2D845

Text Example


Text Example

White with #D2D845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D845; }

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

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

background-color css

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

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

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

border-color css

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

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

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