Html Css Color HEX #D7CF5D Manz

📋 copy color: '#D7CF5D'

red 215 ◦ green 207 ◦ blue 93

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

Shades of Manz #D7CF5D

Tints of Manz #D7CF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.19%

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

R = 41.75%
G = 40.19%
B = 18.06%

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

#D7CF5D (or 0xD7CF5D) is known color: Manz. HEX triplet: D7, CF and 5D. RGB value is (215,207,93). Sum of RGB (Red+Green+Blue) = 215+207+93=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF5D is #2830A2. Grayscale: #C4C4C4. Windows color (decimal): -2633891 or 6148055. OLE color: 6148055.

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

Color convert

RGB 215 207 93 -
CMYK 0 0.04 0.57 0.16
HSL 56.07º 0.6% 0.6% -
HSV(B) 56.07º 0.57% 0.84% -
XYZ 52.31 59.86 19.15 -
YUV 196.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 215 207 93 0 0.04 0.57 0.16 56.07 0.6 0.6
Hex D7 CF 5D 0 4 39 10 38 3C 3C
Octal 327 317 135 0 4 71 20 70 74 74
Binary 11010111 11001111 1011101 0 100 111001 10000 111000 111100 111100

Color Harmonies of #D7CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF5D

Black with #D7CF5D

Text Example


Text Example

White with #D7CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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