Html Css Color HEX #D0DC41 Bitter Lemon

📋 copy color: '#D0DC41'

red 208 ◦ green 220 ◦ blue 65

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

Shades of Bitter Lemon #D0DC41

Tints of Bitter Lemon #D0DC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.18%

R = 42.19%
G = 44.62%
B = 13.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#D0DC41 (or 0xD0DC41) is known color: Bitter Lemon. HEX triplet: D0, DC and 41. RGB value is (208,220,65). Sum of RGB (Red+Green+Blue) = 208+220+65=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC41 is #2F23BE. Grayscale: #C7C7C7. Windows color (decimal): -3089343 or 4316368. OLE color: 4316368.

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

Color convert

RGB 208 220 65 -
CMYK 0.05 0 0.70 0.14
HSL 64.65º 0.69% 0.56% -
HSV(B) 64.65º 0.7% 0.86% -
XYZ 52.56 64.98 14.77 -
YUV 198.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 208 220 65 0.05 0 0.70 0.14 64.65 0.69 0.56
Hex D0 DC 41 5 0 46 E 41 45 38
Octal 320 334 101 5 0 106 16 101 105 70
Binary 11010000 11011100 1000001 101 0 1000110 1110 1000001 1000101 111000

Color Harmonies of #D0DC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC41

Black with #D0DC41

Text Example


Text Example

White with #D0DC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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