Html Css Color HEX #D4D73B Bitter Lemon

📋 copy color: '#D4D73B'

red 212 ◦ green 215 ◦ blue 59

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

Shades of Bitter Lemon #D4D73B

Tints of Bitter Lemon #D4D73B

RGB

 RED value IS 212 (83.2% from 255) = 43.62%

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

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

R = 43.62%
G = 44.24%
B = 12.14%

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

#D4D73B (or 0xD4D73B) is known color: Bitter Lemon. HEX triplet: D4, D7 and 3B. RGB value is (212,215,59). Sum of RGB (Red+Green+Blue) = 212+215+59=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 59 (23.44% from 255 or 12.14% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D73B is #2B28C4. Grayscale: #C4C4C4. Windows color (decimal): -2828485 or 3921876. OLE color: 3921876.

HSL color Cylindrical-coordinate representation of color #D4D73B: hue angle of 61.15º 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 #D4D73B is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 59 -
CMYK 0.01 0 0.73 0.16
HSL 61.15º 0.66% 0.54% -
HSV(B) 61.15º 0.73% 0.84% -
XYZ 52.24 62.91 13.53 -
YUV 196.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 212 215 59 0.01 0 0.73 0.16 61.15 0.66 0.54
Hex D4 D7 3B 1 0 49 10 3D 42 36
Octal 324 327 73 1 0 111 20 75 102 66
Binary 11010100 11010111 111011 1 0 1001001 10000 111101 1000010 110110

Color Harmonies of #D4D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D73B

Black with #D4D73B

Text Example


Text Example

White with #D4D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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