Html Css Color HEX #D0DD3C Bitter Lemon

📋 copy color: '#D0DD3C'

red 208 ◦ green 221 ◦ blue 60

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

Shades of Bitter Lemon #D0DD3C

Tints of Bitter Lemon #D0DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.27%

R = 42.54%
G = 45.19%
B = 12.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D0DD3C (or 0xD0DD3C) is known color: Bitter Lemon. HEX triplet: D0, DD and 3C. RGB value is (208,221,60). Sum of RGB (Red+Green+Blue) = 208+221+60=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD3C is #2F22C3. Grayscale: #C7C7C7. Windows color (decimal): -3089092 or 3988944. OLE color: 3988944.

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

Color convert

RGB 208 221 60 -
CMYK 0.06 0 0.73 0.13
HSL 64.84º 0.7% 0.55% -
HSV(B) 64.84º 0.73% 0.87% -
XYZ 52.68 65.45 14.13 -
YUV 198.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 208 221 60 0.06 0 0.73 0.13 64.84 0.7 0.55
Hex D0 DD 3C 6 0 49 D 41 46 37
Octal 320 335 74 6 0 111 15 101 106 67
Binary 11010000 11011101 111100 110 0 1001001 1101 1000001 1000110 110111

Color Harmonies of #D0DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD3C

Black with #D0DD3C

Text Example


Text Example

White with #D0DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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