Html Css Color HEX #D4DB37 Bitter Lemon

📋 copy color: '#D4DB37'

red 212 ◦ green 219 ◦ blue 55

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

Shades of Bitter Lemon #D4DB37

Tints of Bitter Lemon #D4DB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

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

R = 43.62%
G = 45.06%
B = 11.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#D4DB37 (or 0xD4DB37) is known color: Bitter Lemon. HEX triplet: D4, DB and 37. RGB value is (212,219,55). Sum of RGB (Red+Green+Blue) = 212+219+55=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DB37 is #2B24C8. Grayscale: #C6C6C6. Windows color (decimal): -2827465 or 3660756. OLE color: 3660756.

HSL color Cylindrical-coordinate representation of color #D4DB37: hue angle of 62.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4DB37 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 55 -
CMYK 0.03 0 0.75 0.14
HSL 62.56º 0.69% 0.54% -
HSV(B) 62.56º 0.75% 0.86% -
XYZ 53.17 64.94 13.35 -
YUV 198.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 212 219 55 0.03 0 0.75 0.14 62.56 0.69 0.54
Hex D4 DB 37 3 0 4B E 3F 45 36
Octal 324 333 67 3 0 113 16 77 105 66
Binary 11010100 11011011 110111 11 0 1001011 1110 111111 1000101 110110

Color Harmonies of #D4DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DB37

Black with #D4DB37

Text Example


Text Example

White with #D4DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DB37; }

 p { color: rgb(212,219,55); }

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

background-color css

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

 a { background-color: rgb(212,219,55); }

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

border-color css

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

 span { border-color: rgb(212,219,55); }

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