Html Css Color HEX #D5D458 Manz

📋 copy color: '#D5D458'

red 213 ◦ green 212 ◦ blue 88

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

Shades of Manz #D5D458

Tints of Manz #D5D458

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.33%

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

R = 41.52%
G = 41.33%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5D458 (or 0xD5D458) is known color: Manz. HEX triplet: D5, D4 and 58. RGB value is (213,212,88). Sum of RGB (Red+Green+Blue) = 213+212+88=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D458 is #2A2BA7. Grayscale: #C6C6C6. Windows color (decimal): -2763688 or 5821653. OLE color: 5821653.

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

Color convert

RGB 213 212 88 -
CMYK 0 0.00 0.59 0.16
HSL 59.52º 0.6% 0.59% -
HSV(B) 59.52º 0.59% 0.84% -
XYZ 52.75 61.94 18.41 -
YUV 198.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 213 212 88 0 0.00 0.59 0.16 59.52 0.6 0.59
Hex D5 D4 58 0 0 3B 10 3C 3C 3B
Octal 325 324 130 0 0 73 20 74 74 73
Binary 11010101 11010100 1011000 0 0 111011 10000 111100 111100 111011

Color Harmonies of #D5D458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D458

Black with #D5D458

Text Example


Text Example

White with #D5D458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D458; }

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

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

background-color css

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

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

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

border-color css

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

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

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