Html Css Color HEX #D5D15D Manz

📋 copy color: '#D5D15D'

red 213 ◦ green 209 ◦ blue 93

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

Shades of Manz #D5D15D

Tints of Manz #D5D15D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 41.36%
G = 40.58%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5D15D (or 0xD5D15D) is known color: Manz. HEX triplet: D5, D1 and 5D. RGB value is (213,209,93). Sum of RGB (Red+Green+Blue) = 213+209+93=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D15D is #2A2EA2. Grayscale: #C5C5C5. Windows color (decimal): -2764451 or 6148565. OLE color: 6148565.

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

Color convert

RGB 213 209 93 -
CMYK 0 0.02 0.56 0.16
HSL 58º 0.59% 0.6% -
HSV(B) 58º 0.56% 0.84% -
XYZ 52.22 60.54 19.29 -
YUV 196.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 213 209 93 0 0.02 0.56 0.16 58 0.59 0.6
Hex D5 D1 5D 0 2 38 10 3A 3B 3C
Octal 325 321 135 0 2 70 20 72 73 74
Binary 11010101 11010001 1011101 0 10 111000 10000 111010 111011 111100

Color Harmonies of #D5D15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D15D

Black with #D5D15D

Text Example


Text Example

White with #D5D15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D15D; }

 p { color: rgb(213,209,93); }

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

background-color css

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

 a { background-color: rgb(213,209,93); }

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

border-color css

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

 span { border-color: rgb(213,209,93); }

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