Html Css Color HEX #D0D740 Bitter Lemon

📋 copy color: '#D0D740'

red 208 ◦ green 215 ◦ blue 64

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

Shades of Bitter Lemon #D0D740

Tints of Bitter Lemon #D0D740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.15%

 BLUE value IS 64 (25.39% from 255) = 13.14%

R = 42.71%
G = 44.15%
B = 13.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D0D740 (or 0xD0D740) is known color: Bitter Lemon. HEX triplet: D0, D7 and 40. RGB value is (208,215,64). Sum of RGB (Red+Green+Blue) = 208+215+64=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D740 is #2F28BF. Grayscale: #C4C4C4. Windows color (decimal): -3090624 or 4249552. OLE color: 4249552.

HSL color Cylindrical-coordinate representation of color #D0D740: hue angle of 62.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0D740 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 64 -
CMYK 0.03 0 0.70 0.16
HSL 62.78º 0.65% 0.55% -
HSV(B) 62.78º 0.7% 0.84% -
XYZ 51.24 62.38 14.19 -
YUV 195.69 53.68 136.78 -
System Red Green Blue C M Y K H S L
Decimal 208 215 64 0.03 0 0.70 0.16 62.78 0.65 0.55
Hex D0 D7 40 3 0 46 10 3F 41 37
Octal 320 327 100 3 0 106 20 77 101 67
Binary 11010000 11010111 1000000 11 0 1000110 10000 111111 1000001 110111

Color Harmonies of #D0D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D740

Black with #D0D740

Text Example


Text Example

White with #D0D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D740; }

 p { color: rgb(208,215,64); }

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

background-color css

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

 a { background-color: rgb(208,215,64); }

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

border-color css

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

 span { border-color: rgb(208,215,64); }

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