Html Css Color HEX #D5D358 Manz

📋 copy color: '#D5D358'

red 213 ◦ green 211 ◦ blue 88

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

Shades of Manz #D5D358

Tints of Manz #D5D358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 41.6%
G = 41.21%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5D358 (or 0xD5D358) is known color: Manz. HEX triplet: D5, D3 and 58. RGB value is (213,211,88). Sum of RGB (Red+Green+Blue) = 213+211+88=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D358 is #2A2CA7. Grayscale: #C6C6C6. Windows color (decimal): -2763944 or 5821397. OLE color: 5821397.

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

Color convert

RGB 213 211 88 -
CMYK 0 0.01 0.59 0.16
HSL 59.04º 0.6% 0.59% -
HSV(B) 59.04º 0.59% 0.84% -
XYZ 52.5 61.44 18.32 -
YUV 197.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 213 211 88 0 0.01 0.59 0.16 59.04 0.6 0.59
Hex D5 D3 58 0 1 3B 10 3B 3C 3B
Octal 325 323 130 0 1 73 20 73 74 73
Binary 11010101 11010011 1011000 0 1 111011 10000 111011 111100 111011

Color Harmonies of #D5D358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D358

Black with #D5D358

Text Example


Text Example

White with #D5D358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D358; }

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

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

background-color css

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

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

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

border-color css

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

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

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