Html Css Color HEX #D0D72C Bitter Lemon

📋 copy color: '#D0D72C'

red 208 ◦ green 215 ◦ blue 44

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

Shades of Bitter Lemon #D0D72C

Tints of Bitter Lemon #D0D72C

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

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

R = 44.54%
G = 46.04%
B = 9.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D0D72C (or 0xD0D72C) is known color: Bitter Lemon. HEX triplet: D0, D7 and 2C. RGB value is (208,215,44). Sum of RGB (Red+Green+Blue) = 208+215+44=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D72C is #2F28D3. Grayscale: #C2C2C2. Windows color (decimal): -3090644 or 2938832. OLE color: 2938832.

HSL color Cylindrical-coordinate representation of color #D0D72C: hue angle of 62.46º 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 #D0D72C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 44 -
CMYK 0.03 0 0.80 0.16
HSL 62.46º 0.68% 0.51% -
HSV(B) 62.46º 0.8% 0.84% -
XYZ 50.77 62.19 11.71 -
YUV 193.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 208 215 44 0.03 0 0.80 0.16 62.46 0.68 0.51
Hex D0 D7 2C 3 0 50 10 3E 44 33
Octal 320 327 54 3 0 120 20 76 104 63
Binary 11010000 11010111 101100 11 0 1010000 10000 111110 1000100 110011

Color Harmonies of #D0D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D72C

Black with #D0D72C

Text Example


Text Example

White with #D0D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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