Html Css Color HEX #D2D720 Bitter Lemon

📋 copy color: '#D2D720'

red 210 ◦ green 215 ◦ blue 32

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

Shades of Bitter Lemon #D2D720

Tints of Bitter Lemon #D2D720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

 BLUE value IS 32 (12.89% from 255) = 7%

R = 45.95%
G = 47.05%
B = 7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D2D720 (or 0xD2D720) is known color: Bitter Lemon. HEX triplet: D2, D7 and 20. RGB value is (210,215,32). Sum of RGB (Red+Green+Blue) = 210+215+32=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D720 is #2D28DF. Grayscale: #C1C1C1. Windows color (decimal): -2959584 or 2152402. OLE color: 2152402.

HSL color Cylindrical-coordinate representation of color #D2D720: hue angle of 61.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2D720 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 32 -
CMYK 0.02 0 0.85 0.16
HSL 61.64º 0.74% 0.48% -
HSV(B) 61.64º 0.85% 0.84% -
XYZ 51.14 62.41 10.72 -
YUV 192.64 37.34 140.38 -
System Red Green Blue C M Y K H S L
Decimal 210 215 32 0.02 0 0.85 0.16 61.64 0.74 0.48
Hex D2 D7 20 2 0 55 10 3E 4A 30
Octal 322 327 40 2 0 125 20 76 112 60
Binary 11010010 11010111 100000 10 0 1010101 10000 111110 1001010 110000

Color Harmonies of #D2D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D720

Black with #D2D720

Text Example


Text Example

White with #D2D720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D720; }

 p { color: rgb(210,215,32); }

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

background-color css

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

 a { background-color: rgb(210,215,32); }

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

border-color css

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

 span { border-color: rgb(210,215,32); }

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