Html Css Color HEX #D0DC3F Bitter Lemon

📋 copy color: '#D0DC3F'

red 208 ◦ green 220 ◦ blue 63

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

Shades of Bitter Lemon #D0DC3F

Tints of Bitter Lemon #D0DC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

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

R = 42.36%
G = 44.81%
B = 12.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#D0DC3F (or 0xD0DC3F) is known color: Bitter Lemon. HEX triplet: D0, DC and 3F. RGB value is (208,220,63). Sum of RGB (Red+Green+Blue) = 208+220+63=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC3F is #2F23C0. Grayscale: #C7C7C7. Windows color (decimal): -3089345 or 4185296. OLE color: 4185296.

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

Color convert

RGB 208 220 63 -
CMYK 0.05 0 0.71 0.14
HSL 64.59º 0.69% 0.55% -
HSV(B) 64.59º 0.71% 0.86% -
XYZ 52.5 64.96 14.47 -
YUV 198.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 208 220 63 0.05 0 0.71 0.14 64.59 0.69 0.55
Hex D0 DC 3F 5 0 47 E 41 45 37
Octal 320 334 77 5 0 107 16 101 105 67
Binary 11010000 11011100 111111 101 0 1000111 1110 1000001 1000101 110111

Color Harmonies of #D0DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC3F

Black with #D0DC3F

Text Example


Text Example

White with #D0DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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