Html Css Color HEX #D7CC5D Manz

📋 copy color: '#D7CC5D'

red 215 ◦ green 204 ◦ blue 93

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

Shades of Manz #D7CC5D

Tints of Manz #D7CC5D

RGB

 RED value IS 215 (84.38% from 255) = 41.99%

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

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

R = 41.99%
G = 39.84%
B = 18.16%

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

#D7CC5D (or 0xD7CC5D) is known color: Manz. HEX triplet: D7, CC and 5D. RGB value is (215,204,93). Sum of RGB (Red+Green+Blue) = 215+204+93=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC5D is #2833A2. Grayscale: #C3C3C3. Windows color (decimal): -2634659 or 6147287. OLE color: 6147287.

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

Color convert

RGB 215 204 93 -
CMYK 0 0.05 0.57 0.16
HSL 54.59º 0.6% 0.6% -
HSV(B) 54.59º 0.57% 0.84% -
XYZ 51.59 58.42 18.91 -
YUV 194.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 215 204 93 0 0.05 0.57 0.16 54.59 0.6 0.6
Hex D7 CC 5D 0 5 39 10 37 3C 3C
Octal 327 314 135 0 5 71 20 67 74 74
Binary 11010111 11001100 1011101 0 101 111001 10000 110111 111100 111100

Color Harmonies of #D7CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC5D

Black with #D7CC5D

Text Example


Text Example

White with #D7CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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