Html Css Color HEX #D0DA41 Bitter Lemon

📋 copy color: '#D0DA41'

red 208 ◦ green 218 ◦ blue 65

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

Shades of Bitter Lemon #D0DA41

Tints of Bitter Lemon #D0DA41

RGB

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

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

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

R = 42.36%
G = 44.4%
B = 13.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D0DA41 (or 0xD0DA41) is known color: Bitter Lemon. HEX triplet: D0, DA and 41. RGB value is (208,218,65). Sum of RGB (Red+Green+Blue) = 208+218+65=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA41 is #2F25BE. Grayscale: #C6C6C6. Windows color (decimal): -3089855 or 4315856. OLE color: 4315856.

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

Color convert

RGB 208 218 65 -
CMYK 0.05 0 0.70 0.15
HSL 63.92º 0.67% 0.55% -
HSV(B) 63.92º 0.7% 0.85% -
XYZ 52.04 63.93 14.6 -
YUV 197.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 208 218 65 0.05 0 0.70 0.15 63.92 0.67 0.55
Hex D0 DA 41 5 0 46 F 40 43 37
Octal 320 332 101 5 0 106 17 100 103 67
Binary 11010000 11011010 1000001 101 0 1000110 1111 1000000 1000011 110111

Color Harmonies of #D0DA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA41

Black with #D0DA41

Text Example


Text Example

White with #D0DA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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