Html Css Color HEX #D6CE57 Manz

📋 copy color: '#D6CE57'

red 214 ◦ green 206 ◦ blue 87

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

Shades of Manz #D6CE57

Tints of Manz #D6CE57

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

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

R = 42.21%
G = 40.63%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6CE57 (or 0xD6CE57) is known color: Manz. HEX triplet: D6, CE and 57. RGB value is (214,206,87). Sum of RGB (Red+Green+Blue) = 214+206+87=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE57 is #2931A8. Grayscale: #C3C3C3. Windows color (decimal): -2699689 or 5754582. OLE color: 5754582.

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

Color convert

RGB 214 206 87 -
CMYK 0 0.04 0.59 0.16
HSL 56.22º 0.61% 0.59% -
HSV(B) 56.22º 0.59% 0.84% -
XYZ 51.52 59.13 17.71 -
YUV 194.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 214 206 87 0 0.04 0.59 0.16 56.22 0.61 0.59
Hex D6 CE 57 0 4 3B 10 38 3D 3B
Octal 326 316 127 0 4 73 20 70 75 73
Binary 11010110 11001110 1010111 0 100 111011 10000 111000 111101 111011

Color Harmonies of #D6CE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE57

Black with #D6CE57

Text Example


Text Example

White with #D6CE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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