Html Css Color HEX #D0DD3F Bitter Lemon

📋 copy color: '#D0DD3F'

red 208 ◦ green 221 ◦ blue 63

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

Shades of Bitter Lemon #D0DD3F

Tints of Bitter Lemon #D0DD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

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

R = 42.28%
G = 44.92%
B = 12.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#D0DD3F (or 0xD0DD3F) is known color: Bitter Lemon. HEX triplet: D0, DD and 3F. RGB value is (208,221,63). Sum of RGB (Red+Green+Blue) = 208+221+63=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD3F is #2F22C0. Grayscale: #C7C7C7. Windows color (decimal): -3089089 or 4185552. OLE color: 4185552.

HSL color Cylindrical-coordinate representation of color #D0DD3F: hue angle of 64.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0DD3F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 63 -
CMYK 0.06 0 0.71 0.13
HSL 64.94º 0.7% 0.56% -
HSV(B) 64.94º 0.71% 0.87% -
XYZ 52.77 65.48 14.56 -
YUV 199.1 51.19 134.35 -
System Red Green Blue C M Y K H S L
Decimal 208 221 63 0.06 0 0.71 0.13 64.94 0.7 0.56
Hex D0 DD 3F 6 0 47 D 41 46 38
Octal 320 335 77 6 0 107 15 101 106 70
Binary 11010000 11011101 111111 110 0 1000111 1101 1000001 1000110 111000

Color Harmonies of #D0DD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD3F

Black with #D0DD3F

Text Example


Text Example

White with #D0DD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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