Html Css Color HEX #D8CC5F Manz

📋 copy color: '#D8CC5F'

red 216 ◦ green 204 ◦ blue 95

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

Shades of Manz #D8CC5F

Tints of Manz #D8CC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.45%

R = 41.94%
G = 39.61%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8CC5F (or 0xD8CC5F) is known color: Manz. HEX triplet: D8, CC and 5F. RGB value is (216,204,95). Sum of RGB (Red+Green+Blue) = 216+204+95=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC5F is #2733A0. Grayscale: #C3C3C3. Windows color (decimal): -2569121 or 6278360. OLE color: 6278360.

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

Color convert

RGB 216 204 95 -
CMYK 0 0.06 0.56 0.15
HSL 54.05º 0.61% 0.61% -
HSV(B) 54.05º 0.56% 0.85% -
XYZ 51.98 58.61 19.4 -
YUV 195.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 216 204 95 0 0.06 0.56 0.15 54.05 0.61 0.61
Hex D8 CC 5F 0 6 38 F 36 3D 3D
Octal 330 314 137 0 6 70 17 66 75 75
Binary 11011000 11001100 1011111 0 110 111000 1111 110110 111101 111101

Color Harmonies of #D8CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC5F

Black with #D8CC5F

Text Example


Text Example

White with #D8CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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