Html Css Color HEX #D4D63C Bitter Lemon

📋 copy color: '#D4D63C'

red 212 ◦ green 214 ◦ blue 60

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

Shades of Bitter Lemon #D4D63C

Tints of Bitter Lemon #D4D63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.03%

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

R = 43.62%
G = 44.03%
B = 12.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D4D63C (or 0xD4D63C) is known color: Bitter Lemon. HEX triplet: D4, D6 and 3C. RGB value is (212,214,60). Sum of RGB (Red+Green+Blue) = 212+214+60=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D63C is #2B29C3. Grayscale: #C4C4C4. Windows color (decimal): -2828740 or 3987156. OLE color: 3987156.

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

Color convert

RGB 212 214 60 -
CMYK 0.01 0 0.72 0.16
HSL 60.78º 0.65% 0.54% -
HSV(B) 60.78º 0.72% 0.84% -
XYZ 52.01 62.42 13.58 -
YUV 195.85 51.34 139.52 -
System Red Green Blue C M Y K H S L
Decimal 212 214 60 0.01 0 0.72 0.16 60.78 0.65 0.54
Hex D4 D6 3C 1 0 48 10 3D 41 36
Octal 324 326 74 1 0 110 20 75 101 66
Binary 11010100 11010110 111100 1 0 1001000 10000 111101 1000001 110110

Color Harmonies of #D4D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D63C

Black with #D4D63C

Text Example


Text Example

White with #D4D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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