Html Css Color HEX #D6D15C Manz

📋 copy color: '#D6D15C'

red 214 ◦ green 209 ◦ blue 92

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

Shades of Manz #D6D15C

Tints of Manz #D6D15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.86%

R = 41.55%
G = 40.58%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6D15C (or 0xD6D15C) is known color: Manz. HEX triplet: D6, D1 and 5C. RGB value is (214,209,92). Sum of RGB (Red+Green+Blue) = 214+209+92=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D15C is #292EA3. Grayscale: #C5C5C5. Windows color (decimal): -2698916 or 6083030. OLE color: 6083030.

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

Color convert

RGB 214 209 92 -
CMYK 0 0.02 0.57 0.16
HSL 57.54º 0.6% 0.6% -
HSV(B) 57.54º 0.57% 0.84% -
XYZ 52.46 60.67 19.07 -
YUV 197.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 214 209 92 0 0.02 0.57 0.16 57.54 0.6 0.6
Hex D6 D1 5C 0 2 39 10 3A 3C 3C
Octal 326 321 134 0 2 71 20 72 74 74
Binary 11010110 11010001 1011100 0 10 111001 10000 111010 111100 111100

Color Harmonies of #D6D15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D15C

Black with #D6D15C

Text Example


Text Example

White with #D6D15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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