Html Css Color HEX #D0DA3F Bitter Lemon

📋 copy color: '#D0DA3F'

red 208 ◦ green 218 ◦ blue 63

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

Shades of Bitter Lemon #D0DA3F

Tints of Bitter Lemon #D0DA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.88%

R = 42.54%
G = 44.58%
B = 12.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D0DA3F (or 0xD0DA3F) is known color: Bitter Lemon. HEX triplet: D0, DA and 3F. RGB value is (208,218,63). Sum of RGB (Red+Green+Blue) = 208+218+63=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA3F is #2F25C0. Grayscale: #C5C5C5. Windows color (decimal): -3089857 or 4184784. OLE color: 4184784.

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

Color convert

RGB 208 218 63 -
CMYK 0.05 0 0.71 0.15
HSL 63.87º 0.68% 0.55% -
HSV(B) 63.87º 0.71% 0.85% -
XYZ 51.98 63.91 14.3 -
YUV 197.34 52.19 135.6 -
System Red Green Blue C M Y K H S L
Decimal 208 218 63 0.05 0 0.71 0.15 63.87 0.68 0.55
Hex D0 DA 3F 5 0 47 F 40 44 37
Octal 320 332 77 5 0 107 17 100 104 67
Binary 11010000 11011010 111111 101 0 1000111 1111 1000000 1000100 110111

Color Harmonies of #D0DA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA3F

Black with #D0DA3F

Text Example


Text Example

White with #D0DA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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