Html Css Color HEX #D6CE5D Manz

📋 copy color: '#D6CE5D'

red 214 ◦ green 206 ◦ blue 93

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

Shades of Manz #D6CE5D

Tints of Manz #D6CE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.13%

R = 41.72%
G = 40.16%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6CE5D (or 0xD6CE5D) is known color: Manz. HEX triplet: D6, CE and 5D. RGB value is (214,206,93). Sum of RGB (Red+Green+Blue) = 214+206+93=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE5D is #2931A2. Grayscale: #C3C3C3. Windows color (decimal): -2699683 or 6147798. OLE color: 6147798.

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

Color convert

RGB 214 206 93 -
CMYK 0 0.04 0.57 0.16
HSL 56.03º 0.6% 0.6% -
HSV(B) 56.03º 0.57% 0.84% -
XYZ 51.78 59.23 19.06 -
YUV 195.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 214 206 93 0 0.04 0.57 0.16 56.03 0.6 0.6
Hex D6 CE 5D 0 4 39 10 38 3C 3C
Octal 326 316 135 0 4 71 20 70 74 74
Binary 11010110 11001110 1011101 0 100 111001 10000 111000 111100 111100

Color Harmonies of #D6CE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE5D

Black with #D6CE5D

Text Example


Text Example

White with #D6CE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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