Html Css Color HEX #D7CF5A Manz

📋 copy color: '#D7CF5A'

red 215 ◦ green 207 ◦ blue 90

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

Shades of Manz #D7CF5A

Tints of Manz #D7CF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.58%

R = 41.99%
G = 40.43%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7CF5A (or 0xD7CF5A) is known color: Manz. HEX triplet: D7, CF and 5A. RGB value is (215,207,90). Sum of RGB (Red+Green+Blue) = 215+207+90=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF5A is #2830A5. Grayscale: #C4C4C4. Windows color (decimal): -2633894 or 5951447. OLE color: 5951447.

HSL color Cylindrical-coordinate representation of color #D7CF5A: hue angle of 56.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7CF5A is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 207 90 -
CMYK 0 0.04 0.58 0.16
HSL 56.16º 0.61% 0.6% -
HSV(B) 56.16º 0.58% 0.84% -
XYZ 52.18 59.81 18.47 -
YUV 196.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 215 207 90 0 0.04 0.58 0.16 56.16 0.61 0.6
Hex D7 CF 5A 0 4 3A 10 38 3D 3C
Octal 327 317 132 0 4 72 20 70 75 74
Binary 11010111 11001111 1011010 0 100 111010 10000 111000 111101 111100

Color Harmonies of #D7CF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF5A

Black with #D7CF5A

Text Example


Text Example

White with #D7CF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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