Html Css Color HEX #D4DE3C Bitter Lemon

📋 copy color: '#D4DE3C'

red 212 ◦ green 222 ◦ blue 60

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

Shades of Bitter Lemon #D4DE3C

Tints of Bitter Lemon #D4DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

 BLUE value IS 60 (23.83% from 255) = 12.15%

R = 42.91%
G = 44.94%
B = 12.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D4DE3C (or 0xD4DE3C) is known color: Bitter Lemon. HEX triplet: D4, DE and 3C. RGB value is (212,222,60). Sum of RGB (Red+Green+Blue) = 212+222+60=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DE3C is #2B21C3. Grayscale: #C9C9C9. Windows color (decimal): -2826692 or 3989204. OLE color: 3989204.

HSL color Cylindrical-coordinate representation of color #D4DE3C: hue angle of 63.7º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4DE3C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 60 -
CMYK 0.05 0 0.73 0.13
HSL 63.7º 0.71% 0.55% -
HSV(B) 63.7º 0.73% 0.87% -
XYZ 54.09 66.57 14.27 -
YUV 200.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 212 222 60 0.05 0 0.73 0.13 63.7 0.71 0.55
Hex D4 DE 3C 5 0 49 D 40 47 37
Octal 324 336 74 5 0 111 15 100 107 67
Binary 11010100 11011110 111100 101 0 1001001 1101 1000000 1000111 110111

Color Harmonies of #D4DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DE3C

Black with #D4DE3C

Text Example


Text Example

White with #D4DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DE3C; }

 p { color: rgb(212,222,60); }

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

background-color css

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

 a { background-color: rgb(212,222,60); }

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

border-color css

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

 span { border-color: rgb(212,222,60); }

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