Html Css Color HEX #D5D93C Bitter Lemon

📋 copy color: '#D5D93C'

red 213 ◦ green 217 ◦ blue 60

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

Shades of Bitter Lemon #D5D93C

Tints of Bitter Lemon #D5D93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

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

R = 43.47%
G = 44.29%
B = 12.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D5D93C (or 0xD5D93C) is known color: Bitter Lemon. HEX triplet: D5, D9 and 3C. RGB value is (213,217,60). Sum of RGB (Red+Green+Blue) = 213+217+60=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D93C is #2A26C3. Grayscale: #C6C6C6. Windows color (decimal): -2762436 or 3987925. OLE color: 3987925.

HSL color Cylindrical-coordinate representation of color #D5D93C: hue angle of 61.53º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5D93C is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 60 -
CMYK 0.02 0 0.72 0.15
HSL 61.53º 0.67% 0.54% -
HSV(B) 61.53º 0.72% 0.85% -
XYZ 53.07 64.1 13.85 -
YUV 197.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 213 217 60 0.02 0 0.72 0.15 61.53 0.67 0.54
Hex D5 D9 3C 2 0 48 F 3E 43 36
Octal 325 331 74 2 0 110 17 76 103 66
Binary 11010101 11011001 111100 10 0 1001000 1111 111110 1000011 110110

Color Harmonies of #D5D93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D93C

Black with #D5D93C

Text Example


Text Example

White with #D5D93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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