Html Css Color HEX #D5D658 Manz

📋 copy color: '#D5D658'

red 213 ◦ green 214 ◦ blue 88

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

Shades of Manz #D5D658

Tints of Manz #D5D658

RGB

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

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

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

R = 41.36%
G = 41.55%
B = 17.09%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5D658 (or 0xD5D658) is known color: Manz. HEX triplet: D5, D6 and 58. RGB value is (213,214,88). Sum of RGB (Red+Green+Blue) = 213+214+88=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D658 is #2A29A7. Grayscale: #C7C7C7. Windows color (decimal): -2763176 or 5822165. OLE color: 5822165.

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

Color convert

RGB 213 214 88 -
CMYK 0.00 0 0.59 0.16
HSL 60.48º 0.61% 0.59% -
HSV(B) 60.48º 0.59% 0.84% -
XYZ 53.25 62.94 18.58 -
YUV 199.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 213 214 88 0.00 0 0.59 0.16 60.48 0.61 0.59
Hex D5 D6 58 0 0 3B 10 3C 3D 3B
Octal 325 326 130 0 0 73 20 74 75 73
Binary 11010101 11010110 1011000 0 0 111011 10000 111100 111101 111011

Color Harmonies of #D5D658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D658

Black with #D5D658

Text Example


Text Example

White with #D5D658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D658; }

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

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

background-color css

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

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

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

border-color css

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

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

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