Html Css Color HEX #D2D72C Bitter Lemon

📋 copy color: '#D2D72C'

red 210 ◦ green 215 ◦ blue 44

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

Shades of Bitter Lemon #D2D72C

Tints of Bitter Lemon #D2D72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.38%

R = 44.78%
G = 45.84%
B = 9.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D2D72C (or 0xD2D72C) is known color: Bitter Lemon. HEX triplet: D2, D7 and 2C. RGB value is (210,215,44). Sum of RGB (Red+Green+Blue) = 210+215+44=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D72C is #2D28D3. Grayscale: #C2C2C2. Windows color (decimal): -2959572 or 2938834. OLE color: 2938834.

HSL color Cylindrical-coordinate representation of color #D2D72C: hue angle of 61.75º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2D72C is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 44 -
CMYK 0.02 0 0.80 0.16
HSL 61.75º 0.68% 0.51% -
HSV(B) 61.75º 0.8% 0.84% -
XYZ 51.33 62.48 11.74 -
YUV 194.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 210 215 44 0.02 0 0.80 0.16 61.75 0.68 0.51
Hex D2 D7 2C 2 0 50 10 3E 44 33
Octal 322 327 54 2 0 120 20 76 104 63
Binary 11010010 11010111 101100 10 0 1010000 10000 111110 1000100 110011

Color Harmonies of #D2D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D72C

Black with #D2D72C

Text Example


Text Example

White with #D2D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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