Html Css Color HEX #D5D05A Manz

📋 copy color: '#D5D05A'

red 213 ◦ green 208 ◦ blue 90

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

Shades of Manz #D5D05A

Tints of Manz #D5D05A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 41.68%
G = 40.7%
B = 17.61%

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

#D5D05A (or 0xD5D05A) is known color: Manz. HEX triplet: D5, D0 and 5A. RGB value is (213,208,90). Sum of RGB (Red+Green+Blue) = 213+208+90=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D05A is #2A2FA5. Grayscale: #C4C4C4. Windows color (decimal): -2764710 or 5951701. OLE color: 5951701.

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

Color convert

RGB 213 208 90 -
CMYK 0 0.02 0.58 0.16
HSL 57.56º 0.59% 0.59% -
HSV(B) 57.56º 0.58% 0.84% -
XYZ 51.84 60 18.52 -
YUV 196.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 213 208 90 0 0.02 0.58 0.16 57.56 0.59 0.59
Hex D5 D0 5A 0 2 3A 10 3A 3B 3B
Octal 325 320 132 0 2 72 20 72 73 73
Binary 11010101 11010000 1011010 0 10 111010 10000 111010 111011 111011

Color Harmonies of #D5D05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D05A

Black with #D5D05A

Text Example


Text Example

White with #D5D05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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