Html Css Color HEX #D6D55A Manz

📋 copy color: '#D6D55A'

red 214 ◦ green 213 ◦ blue 90

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

Shades of Manz #D6D55A

Tints of Manz #D6D55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 41.39%
G = 41.2%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6D55A (or 0xD6D55A) is known color: Manz. HEX triplet: D6, D5 and 5A. RGB value is (214,213,90). Sum of RGB (Red+Green+Blue) = 214+213+90=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D55A is #292AA5. Grayscale: #C7C7C7. Windows color (decimal): -2697894 or 5952982. OLE color: 5952982.

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

Color convert

RGB 214 213 90 -
CMYK 0 0.00 0.58 0.16
HSL 59.52º 0.6% 0.6% -
HSV(B) 59.52º 0.58% 0.84% -
XYZ 53.37 62.62 18.95 -
YUV 199.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 214 213 90 0 0.00 0.58 0.16 59.52 0.6 0.6
Hex D6 D5 5A 0 0 3A 10 3C 3C 3C
Octal 326 325 132 0 0 72 20 74 74 74
Binary 11010110 11010101 1011010 0 0 111010 10000 111100 111100 111100

Color Harmonies of #D6D55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D55A

Black with #D6D55A

Text Example


Text Example

White with #D6D55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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