Html Css Color HEX #D0D337 Bitter Lemon

📋 copy color: '#D0D337'

red 208 ◦ green 211 ◦ blue 55

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

Shades of Bitter Lemon #D0D337

Tints of Bitter Lemon #D0D337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.51%

 BLUE value IS 55 (21.88% from 255) = 11.6%

R = 43.88%
G = 44.51%
B = 11.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D0D337 (or 0xD0D337) is known color: Bitter Lemon. HEX triplet: D0, D3 and 37. RGB value is (208,211,55). Sum of RGB (Red+Green+Blue) = 208+211+55=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 55 (21.88% from 255 or 11.60% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D337 is #2F2CC8. Grayscale: #C0C0C0. Windows color (decimal): -3091657 or 3658704. OLE color: 3658704.

HSL color Cylindrical-coordinate representation of color #D0D337: hue angle of 61.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0D337 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 55 -
CMYK 0.01 0 0.74 0.17
HSL 61.15º 0.64% 0.52% -
HSV(B) 61.15º 0.74% 0.83% -
XYZ 50 60.27 12.61 -
YUV 192.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 208 211 55 0.01 0 0.74 0.17 61.15 0.64 0.52
Hex D0 D3 37 1 0 4A 11 3D 40 34
Octal 320 323 67 1 0 112 21 75 100 64
Binary 11010000 11010011 110111 1 0 1001010 10001 111101 1000000 110100

Color Harmonies of #D0D337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D337

Black with #D0D337

Text Example


Text Example

White with #D0D337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D337; }

 p { color: rgb(208,211,55); }

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

background-color css

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

 a { background-color: rgb(208,211,55); }

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

border-color css

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

 span { border-color: rgb(208,211,55); }

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