Html Css Color HEX #D8CC5D Manz

📋 copy color: '#D8CC5D'

red 216 ◦ green 204 ◦ blue 93

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

Shades of Manz #D8CC5D

Tints of Manz #D8CC5D

RGB

 RED value IS 216 (84.77% from 255) = 42.11%

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

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

R = 42.11%
G = 39.77%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8CC5D (or 0xD8CC5D) is known color: Manz. HEX triplet: D8, CC and 5D. RGB value is (216,204,93). Sum of RGB (Red+Green+Blue) = 216+204+93=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC5D is #2733A2. Grayscale: #C3C3C3. Windows color (decimal): -2569123 or 6147288. OLE color: 6147288.

HSL color Cylindrical-coordinate representation of color #D8CC5D: hue angle of 54.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8CC5D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 93 -
CMYK 0 0.06 0.57 0.15
HSL 54.15º 0.61% 0.61% -
HSV(B) 54.15º 0.57% 0.85% -
XYZ 51.89 58.57 18.93 -
YUV 194.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 216 204 93 0 0.06 0.57 0.15 54.15 0.61 0.61
Hex D8 CC 5D 0 6 39 F 36 3D 3D
Octal 330 314 135 0 6 71 17 66 75 75
Binary 11011000 11001100 1011101 0 110 111001 1111 110110 111101 111101

Color Harmonies of #D8CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC5D

Black with #D8CC5D

Text Example


Text Example

White with #D8CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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