Html Css Color HEX #D0DF3F Bitter Lemon

📋 copy color: '#D0DF3F'

red 208 ◦ green 223 ◦ blue 63

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

Shades of Bitter Lemon #D0DF3F

Tints of Bitter Lemon #D0DF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.14%

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

R = 42.11%
G = 45.14%
B = 12.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#D0DF3F (or 0xD0DF3F) is known color: Bitter Lemon. HEX triplet: D0, DF and 3F. RGB value is (208,223,63). Sum of RGB (Red+Green+Blue) = 208+223+63=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF3F is #2F20C0. Grayscale: #C8C8C8. Windows color (decimal): -3088577 or 4186064. OLE color: 4186064.

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

Color convert

RGB 208 223 63 -
CMYK 0.07 0 0.72 0.13
HSL 65.63º 0.71% 0.56% -
HSV(B) 65.63º 0.72% 0.87% -
XYZ 53.3 66.54 14.74 -
YUV 200.28 50.53 133.51 -
System Red Green Blue C M Y K H S L
Decimal 208 223 63 0.07 0 0.72 0.13 65.63 0.71 0.56
Hex D0 DF 3F 7 0 48 D 42 47 38
Octal 320 337 77 7 0 110 15 102 107 70
Binary 11010000 11011111 111111 111 0 1001000 1101 1000010 1000111 111000

Color Harmonies of #D0DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DF3F

Black with #D0DF3F

Text Example


Text Example

White with #D0DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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