Html Css Color HEX #D5D73B Bitter Lemon

📋 copy color: '#D5D73B'

red 213 ◦ green 215 ◦ blue 59

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

Shades of Bitter Lemon #D5D73B

Tints of Bitter Lemon #D5D73B

RGB

 RED value IS 213 (83.59% from 255) = 43.74%

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

 BLUE value IS 59 (23.44% from 255) = 12.11%

R = 43.74%
G = 44.15%
B = 12.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5D73B (or 0xD5D73B) is known color: Bitter Lemon. HEX triplet: D5, D7 and 3B. RGB value is (213,215,59). Sum of RGB (Red+Green+Blue) = 213+215+59=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D73B is #2A28C4. Grayscale: #C5C5C5. Windows color (decimal): -2762949 or 3921877. OLE color: 3921877.

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

Color convert

RGB 213 215 59 -
CMYK 0.01 0 0.73 0.16
HSL 60.77º 0.66% 0.54% -
HSV(B) 60.77º 0.73% 0.84% -
XYZ 52.53 63.06 13.54 -
YUV 196.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 213 215 59 0.01 0 0.73 0.16 60.77 0.66 0.54
Hex D5 D7 3B 1 0 49 10 3D 42 36
Octal 325 327 73 1 0 111 20 75 102 66
Binary 11010101 11010111 111011 1 0 1001001 10000 111101 1000010 110110

Color Harmonies of #D5D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D73B

Black with #D5D73B

Text Example


Text Example

White with #D5D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D73B; }

 p { color: rgb(213,215,59); }

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

background-color css

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

 a { background-color: rgb(213,215,59); }

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

border-color css

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

 span { border-color: rgb(213,215,59); }

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