Html Css Color HEX #D5D63C Bitter Lemon

📋 copy color: '#D5D63C'

red 213 ◦ green 214 ◦ blue 60

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

Shades of Bitter Lemon #D5D63C

Tints of Bitter Lemon #D5D63C

RGB

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

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

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

R = 43.74%
G = 43.94%
B = 12.32%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5D63C (or 0xD5D63C) is known color: Bitter Lemon. HEX triplet: D5, D6 and 3C. RGB value is (213,214,60). Sum of RGB (Red+Green+Blue) = 213+214+60=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D63C is #2A29C3. Grayscale: #C4C4C4. Windows color (decimal): -2763204 or 3987157. OLE color: 3987157.

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

Color convert

RGB 213 214 60 -
CMYK 0.00 0 0.72 0.16
HSL 60.39º 0.65% 0.54% -
HSV(B) 60.39º 0.72% 0.84% -
XYZ 52.3 62.57 13.59 -
YUV 196.15 51.17 140.02 -
System Red Green Blue C M Y K H S L
Decimal 213 214 60 0.00 0 0.72 0.16 60.39 0.65 0.54
Hex D5 D6 3C 0 0 48 10 3C 41 36
Octal 325 326 74 0 0 110 20 74 101 66
Binary 11010101 11010110 111100 0 0 1001000 10000 111100 1000001 110110

Color Harmonies of #D5D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D63C

Black with #D5D63C

Text Example


Text Example

White with #D5D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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