Html Css Color HEX #D6CC5D Manz

📋 copy color: '#D6CC5D'

red 214 ◦ green 204 ◦ blue 93

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

Shades of Manz #D6CC5D

Tints of Manz #D6CC5D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

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

R = 41.88%
G = 39.92%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6CC5D (or 0xD6CC5D) is known color: Manz. HEX triplet: D6, CC and 5D. RGB value is (214,204,93). Sum of RGB (Red+Green+Blue) = 214+204+93=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC5D is #2933A2. Grayscale: #C2C2C2. Windows color (decimal): -2700195 or 6147286. OLE color: 6147286.

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

Color convert

RGB 214 204 93 -
CMYK 0 0.05 0.57 0.16
HSL 55.04º 0.6% 0.6% -
HSV(B) 55.04º 0.57% 0.84% -
XYZ 51.3 58.27 18.9 -
YUV 194.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 214 204 93 0 0.05 0.57 0.16 55.04 0.6 0.6
Hex D6 CC 5D 0 5 39 10 37 3C 3C
Octal 326 314 135 0 5 71 20 67 74 74
Binary 11010110 11001100 1011101 0 101 111001 10000 110111 111100 111100

Color Harmonies of #D6CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC5D

Black with #D6CC5D

Text Example


Text Example

White with #D6CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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