Html Css Color HEX #D6D15A Manz

📋 copy color: '#D6D15A'

red 214 ◦ green 209 ◦ blue 90

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

Shades of Manz #D6D15A

Tints of Manz #D6D15A

RGB

 RED value IS 214 (83.98% from 255) = 41.72%

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

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

R = 41.72%
G = 40.74%
B = 17.54%

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

#D6D15A (or 0xD6D15A) is known color: Manz. HEX triplet: D6, D1 and 5A. RGB value is (214,209,90). Sum of RGB (Red+Green+Blue) = 214+209+90=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D15A is #292EA5. Grayscale: #C5C5C5. Windows color (decimal): -2698918 or 5951958. OLE color: 5951958.

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

Color convert

RGB 214 209 90 -
CMYK 0 0.02 0.58 0.16
HSL 57.58º 0.6% 0.6% -
HSV(B) 57.58º 0.58% 0.84% -
XYZ 52.38 60.64 18.62 -
YUV 196.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 214 209 90 0 0.02 0.58 0.16 57.58 0.6 0.6
Hex D6 D1 5A 0 2 3A 10 3A 3C 3C
Octal 326 321 132 0 2 72 20 72 74 74
Binary 11010110 11010001 1011010 0 10 111010 10000 111010 111100 111100

Color Harmonies of #D6D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D15A

Black with #D6D15A

Text Example


Text Example

White with #D6D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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