Html Css Color HEX #D5CD5C Manz

📋 copy color: '#D5CD5C'

red 213 ◦ green 205 ◦ blue 92

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

Shades of Manz #D5CD5C

Tints of Manz #D5CD5C

RGB

 RED value IS 213 (83.59% from 255) = 41.76%

 GREEN value IS 205 (80.47% from 255) = 40.2%

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 41.76%
G = 40.2%
B = 18.04%

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

#D5CD5C (or 0xD5CD5C) is known color: Manz. HEX triplet: D5, CD and 5C. RGB value is (213,205,92). Sum of RGB (Red+Green+Blue) = 213+205+92=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD5C is #2A32A3. Grayscale: #C2C2C2. Windows color (decimal): -2765476 or 6082005. OLE color: 6082005.

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

Color convert

RGB 213 205 92 -
CMYK 0 0.04 0.57 0.16
HSL 56.03º 0.59% 0.6% -
HSV(B) 56.03º 0.57% 0.84% -
XYZ 51.2 58.58 18.73 -
YUV 194.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 213 205 92 0 0.04 0.57 0.16 56.03 0.59 0.6
Hex D5 CD 5C 0 4 39 10 38 3B 3C
Octal 325 315 134 0 4 71 20 70 73 74
Binary 11010101 11001101 1011100 0 100 111001 10000 111000 111011 111100

Color Harmonies of #D5CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD5C

Black with #D5CD5C

Text Example


Text Example

White with #D5CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD5C; }

 p { color: rgb(213,205,92); }

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

background-color css

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

 a { background-color: rgb(213,205,92); }

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

border-color css

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

 span { border-color: rgb(213,205,92); }

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