Html Css Color HEX #D0D539 Bitter Lemon

📋 copy color: '#D0D539'

red 208 ◦ green 213 ◦ blue 57

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

Shades of Bitter Lemon #D0D539

Tints of Bitter Lemon #D0D539

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.56%

 BLUE value IS 57 (22.66% from 255) = 11.92%

R = 43.51%
G = 44.56%
B = 11.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D0D539 (or 0xD0D539) is known color: Bitter Lemon. HEX triplet: D0, D5 and 39. RGB value is (208,213,57). Sum of RGB (Red+Green+Blue) = 208+213+57=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 57 (22.66% from 255 or 11.92% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D539 is #2F2AC6. Grayscale: #C2C2C2. Windows color (decimal): -3091143 or 3790288. OLE color: 3790288.

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

Color convert

RGB 208 213 57 -
CMYK 0.02 0 0.73 0.16
HSL 61.92º 0.65% 0.53% -
HSV(B) 61.92º 0.73% 0.84% -
XYZ 50.55 61.29 13.04 -
YUV 193.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 208 213 57 0.02 0 0.73 0.16 61.92 0.65 0.53
Hex D0 D5 39 2 0 49 10 3E 41 35
Octal 320 325 71 2 0 111 20 76 101 65
Binary 11010000 11010101 111001 10 0 1001001 10000 111110 1000001 110101

Color Harmonies of #D0D539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D539

Black with #D0D539

Text Example


Text Example

White with #D0D539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D539; }

 p { color: rgb(208,213,57); }

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

background-color css

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

 a { background-color: rgb(208,213,57); }

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

border-color css

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

 span { border-color: rgb(208,213,57); }

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