Html Css Color HEX #D7CC5E Manz

📋 copy color: '#D7CC5E'

red 215 ◦ green 204 ◦ blue 94

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

Shades of Manz #D7CC5E

Tints of Manz #D7CC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.32%

R = 41.91%
G = 39.77%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7CC5E (or 0xD7CC5E) is known color: Manz. HEX triplet: D7, CC and 5E. RGB value is (215,204,94). Sum of RGB (Red+Green+Blue) = 215+204+94=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC5E is #2833A1. Grayscale: #C3C3C3. Windows color (decimal): -2634658 or 6212823. OLE color: 6212823.

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

Color convert

RGB 215 204 94 -
CMYK 0 0.05 0.56 0.16
HSL 54.55º 0.6% 0.61% -
HSV(B) 54.55º 0.56% 0.84% -
XYZ 51.64 58.44 19.15 -
YUV 194.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 215 204 94 0 0.05 0.56 0.16 54.55 0.6 0.61
Hex D7 CC 5E 0 5 38 10 37 3C 3D
Octal 327 314 136 0 5 70 20 67 74 75
Binary 11010111 11001100 1011110 0 101 111000 10000 110111 111100 111101

Color Harmonies of #D7CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC5E

Black with #D7CC5E

Text Example


Text Example

White with #D7CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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