Html Css Color HEX #D0D744 Bitter Lemon

📋 copy color: '#D0D744'

red 208 ◦ green 215 ◦ blue 68

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

Shades of Bitter Lemon #D0D744

Tints of Bitter Lemon #D0D744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.85%

R = 42.36%
G = 43.79%
B = 13.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D0D744 (or 0xD0D744) is known color: Bitter Lemon. HEX triplet: D0, D7 and 44. RGB value is (208,215,68). Sum of RGB (Red+Green+Blue) = 208+215+68=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D744 is #2F28BB. Grayscale: #C4C4C4. Windows color (decimal): -3090620 or 4511696. OLE color: 4511696.

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

Color convert

RGB 208 215 68 -
CMYK 0.03 0 0.68 0.16
HSL 62.86º 0.65% 0.55% -
HSV(B) 62.86º 0.68% 0.84% -
XYZ 51.36 62.43 14.81 -
YUV 196.15 55.68 136.45 -
System Red Green Blue C M Y K H S L
Decimal 208 215 68 0.03 0 0.68 0.16 62.86 0.65 0.55
Hex D0 D7 44 3 0 44 10 3F 41 37
Octal 320 327 104 3 0 104 20 77 101 67
Binary 11010000 11010111 1000100 11 0 1000100 10000 111111 1000001 110111

Color Harmonies of #D0D744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D744

Black with #D0D744

Text Example


Text Example

White with #D0D744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D744; }

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

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

background-color css

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

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

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

border-color css

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

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

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