Html Css Color HEX #D6D357 Manz

📋 copy color: '#D6D357'

red 214 ◦ green 211 ◦ blue 87

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

Shades of Manz #D6D357

Tints of Manz #D6D357

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

 BLUE value IS 87 (34.38% from 255) = 16.99%

R = 41.8%
G = 41.21%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6D357 (or 0xD6D357) is known color: Manz. HEX triplet: D6, D3 and 57. RGB value is (214,211,87). Sum of RGB (Red+Green+Blue) = 214+211+87=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D357 is #292CA8. Grayscale: #C6C6C6. Windows color (decimal): -2698409 or 5755862. OLE color: 5755862.

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

Color convert

RGB 214 211 87 -
CMYK 0 0.01 0.59 0.16
HSL 58.58º 0.61% 0.59% -
HSV(B) 58.58º 0.59% 0.84% -
XYZ 52.75 61.57 18.12 -
YUV 197.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 214 211 87 0 0.01 0.59 0.16 58.58 0.61 0.59
Hex D6 D3 57 0 1 3B 10 3B 3D 3B
Octal 326 323 127 0 1 73 20 73 75 73
Binary 11010110 11010011 1010111 0 1 111011 10000 111011 111101 111011

Color Harmonies of #D6D357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D357

Black with #D6D357

Text Example


Text Example

White with #D6D357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D357; }

 p { color: rgb(214,211,87); }

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

background-color css

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

 a { background-color: rgb(214,211,87); }

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

border-color css

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

 span { border-color: rgb(214,211,87); }

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