Html Css Color HEX #D3DA5A Manz

📋 copy color: '#D3DA5A'

red 211 ◦ green 218 ◦ blue 90

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

Shades of Manz #D3DA5A

Tints of Manz #D3DA5A

RGB

 RED value IS 211 (82.81% from 255) = 40.66%

 GREEN value IS 218 (85.55% from 255) = 42%

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

R = 40.66%
G = 42%
B = 17.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D3DA5A (or 0xD3DA5A) is known color: Manz. HEX triplet: D3, DA and 5A. RGB value is (211,218,90). Sum of RGB (Red+Green+Blue) = 211+218+90=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DA5A is #2C25A5. Grayscale: #C9C9C9. Windows color (decimal): -2893222 or 5954259. OLE color: 5954259.

HSL color Cylindrical-coordinate representation of color #D3DA5A: hue angle of 63.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3DA5A is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 90 -
CMYK 0.03 0 0.59 0.15
HSL 63.28º 0.63% 0.6% -
HSV(B) 63.28º 0.59% 0.85% -
XYZ 53.78 64.73 19.33 -
YUV 201.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 211 218 90 0.03 0 0.59 0.15 63.28 0.63 0.6
Hex D3 DA 5A 3 0 3B F 3F 3F 3C
Octal 323 332 132 3 0 73 17 77 77 74
Binary 11010011 11011010 1011010 11 0 111011 1111 111111 111111 111100

Color Harmonies of #D3DA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA5A

Black with #D3DA5A

Text Example


Text Example

White with #D3DA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA5A; }

 p { color: rgb(211,218,90); }

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

background-color css

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

 a { background-color: rgb(211,218,90); }

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

border-color css

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

 span { border-color: rgb(211,218,90); }

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