Html Css Color HEX #D0D12C Bitter Lemon

📋 copy color: '#D0D12C'

red 208 ◦ green 209 ◦ blue 44

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

Shades of Bitter Lemon #D0D12C

Tints of Bitter Lemon #D0D12C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

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

R = 45.12%
G = 45.34%
B = 9.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0D12C (or 0xD0D12C) is known color: Bitter Lemon. HEX triplet: D0, D1 and 2C. RGB value is (208,209,44). Sum of RGB (Red+Green+Blue) = 208+209+44=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D12C is #2F2ED3. Grayscale: #BEBEBE. Windows color (decimal): -3092180 or 2937296. OLE color: 2937296.

HSL color Cylindrical-coordinate representation of color #D0D12C: hue angle of 60.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0D12C is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 209 44 -
CMYK 0.00 0 0.79 0.18
HSL 60.36º 0.65% 0.5% -
HSV(B) 60.36º 0.79% 0.82% -
XYZ 49.27 59.19 11.21 -
YUV 189.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 208 209 44 0.00 0 0.79 0.18 60.36 0.65 0.5
Hex D0 D1 2C 0 0 4F 12 3C 41 32
Octal 320 321 54 0 0 117 22 74 101 62
Binary 11010000 11010001 101100 0 0 1001111 10010 111100 1000001 110010

Color Harmonies of #D0D12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D12C

Black with #D0D12C

Text Example


Text Example

White with #D0D12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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