Html Css Color HEX #D5D15A Manz

📋 copy color: '#D5D15A'

red 213 ◦ green 209 ◦ blue 90

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

Shades of Manz #D5D15A

Tints of Manz #D5D15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.58%

R = 41.6%
G = 40.82%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5D15A (or 0xD5D15A) is known color: Manz. HEX triplet: D5, D1 and 5A. RGB value is (213,209,90). Sum of RGB (Red+Green+Blue) = 213+209+90=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D15A is #2A2EA5. Grayscale: #C5C5C5. Windows color (decimal): -2764454 or 5951957. OLE color: 5951957.

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

Color convert

RGB 213 209 90 -
CMYK 0 0.02 0.58 0.16
HSL 58.05º 0.59% 0.59% -
HSV(B) 58.05º 0.58% 0.84% -
XYZ 52.09 60.49 18.6 -
YUV 196.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 213 209 90 0 0.02 0.58 0.16 58.05 0.59 0.59
Hex D5 D1 5A 0 2 3A 10 3A 3B 3B
Octal 325 321 132 0 2 72 20 72 73 73
Binary 11010101 11010001 1011010 0 10 111010 10000 111010 111011 111011

Color Harmonies of #D5D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D15A

Black with #D5D15A

Text Example


Text Example

White with #D5D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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