Html Css Color HEX #D6CD5C Manz

📋 copy color: '#D6CD5C'

red 214 ◦ green 205 ◦ blue 92

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

Shades of Manz #D6CD5C

Tints of Manz #D6CD5C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.12%

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

R = 41.88%
G = 40.12%
B = 18%

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

#D6CD5C (or 0xD6CD5C) is known color: Manz. HEX triplet: D6, CD and 5C. RGB value is (214,205,92). Sum of RGB (Red+Green+Blue) = 214+205+92=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD5C is #2932A3. Grayscale: #C3C3C3. Windows color (decimal): -2699940 or 6082006. OLE color: 6082006.

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

Color convert

RGB 214 205 92 -
CMYK 0 0.04 0.57 0.16
HSL 55.57º 0.6% 0.6% -
HSV(B) 55.57º 0.57% 0.84% -
XYZ 51.49 58.73 18.75 -
YUV 194.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 214 205 92 0 0.04 0.57 0.16 55.57 0.6 0.6
Hex D6 CD 5C 0 4 39 10 38 3C 3C
Octal 326 315 134 0 4 71 20 70 74 74
Binary 11010110 11001101 1011100 0 100 111001 10000 111000 111100 111100

Color Harmonies of #D6CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD5C

Black with #D6CD5C

Text Example


Text Example

White with #D6CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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