Html Css Color HEX #D0DA1C Bitter Lemon

📋 copy color: '#D0DA1C'

red 208 ◦ green 218 ◦ blue 28

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

Shades of Bitter Lemon #D0DA1C

Tints of Bitter Lemon #D0DA1C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

 BLUE value IS 28 (11.33% from 255) = 6.17%

R = 45.81%
G = 48.02%
B = 6.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D0DA1C (or 0xD0DA1C) is known color: Bitter Lemon. HEX triplet: D0, DA and 1C. RGB value is (208,218,28). Sum of RGB (Red+Green+Blue) = 208+218+28=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA1C is #2F25E3. Grayscale: #C2C2C2. Windows color (decimal): -3089892 or 1891024. OLE color: 1891024.

HSL color Cylindrical-coordinate representation of color #D0DA1C: hue angle of 63.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0DA1C is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 218 28 -
CMYK 0.05 0 0.87 0.15
HSL 63.16º 0.77% 0.48% -
HSV(B) 63.16º 0.87% 0.85% -
XYZ 51.29 63.64 10.68 -
YUV 193.35 34.69 138.45 -
System Red Green Blue C M Y K H S L
Decimal 208 218 28 0.05 0 0.87 0.15 63.16 0.77 0.48
Hex D0 DA 1C 5 0 57 F 3F 4D 30
Octal 320 332 34 5 0 127 17 77 115 60
Binary 11010000 11011010 11100 101 0 1010111 1111 111111 1001101 110000

Color Harmonies of #D0DA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA1C

Black with #D0DA1C

Text Example


Text Example

White with #D0DA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA1C; }

 p { color: rgb(208,218,28); }

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

background-color css

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

 a { background-color: rgb(208,218,28); }

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

border-color css

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

 span { border-color: rgb(208,218,28); }

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