Html Css Color HEX #D5DC58 Manz

📋 copy color: '#D5DC58'

red 213 ◦ green 220 ◦ blue 88

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

Shades of Manz #D5DC58

Tints of Manz #D5DC58

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 88 (34.77% from 255) = 16.89%

R = 40.88%
G = 42.23%
B = 16.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#D5DC58 (or 0xD5DC58) is known color: Manz. HEX triplet: D5, DC and 58. RGB value is (213,220,88). Sum of RGB (Red+Green+Blue) = 213+220+88=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC58 is #2A23A7. Grayscale: #CBCBCB. Windows color (decimal): -2761640 or 5823701. OLE color: 5823701.

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

Color convert

RGB 213 220 88 -
CMYK 0.03 0 0.6 0.14
HSL 63.18º 0.65% 0.6% -
HSV(B) 63.18º 0.6% 0.86% -
XYZ 54.8 66.04 19.09 -
YUV 202.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 213 220 88 0.03 0 0.6 0.14 63.18 0.65 0.6
Hex D5 DC 58 3 0 3C E 3F 41 3C
Octal 325 334 130 3 0 74 16 77 101 74
Binary 11010101 11011100 1011000 11 0 111100 1110 111111 1000001 111100

Color Harmonies of #D5DC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC58

Black with #D5DC58

Text Example


Text Example

White with #D5DC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC58; }

 p { color: rgb(213,220,88); }

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

background-color css

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

 a { background-color: rgb(213,220,88); }

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

border-color css

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

 span { border-color: rgb(213,220,88); }

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