Html Css Color HEX #D5CD5D Manz

📋 copy color: '#D5CD5D'

red 213 ◦ green 205 ◦ blue 93

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

Shades of Manz #D5CD5D

Tints of Manz #D5CD5D

RGB

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

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

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

R = 41.68%
G = 40.12%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5CD5D (or 0xD5CD5D) is known color: Manz. HEX triplet: D5, CD and 5D. RGB value is (213,205,93). Sum of RGB (Red+Green+Blue) = 213+205+93=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD5D is #2A32A2. Grayscale: #C3C3C3. Windows color (decimal): -2765475 or 6147541. OLE color: 6147541.

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

Color convert

RGB 213 205 93 -
CMYK 0 0.04 0.56 0.16
HSL 56º 0.59% 0.6% -
HSV(B) 56º 0.56% 0.84% -
XYZ 51.25 58.6 18.97 -
YUV 194.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 213 205 93 0 0.04 0.56 0.16 56 0.59 0.6
Hex D5 CD 5D 0 4 38 10 38 3B 3C
Octal 325 315 135 0 4 70 20 70 73 74
Binary 11010101 11001101 1011101 0 100 111000 10000 111000 111011 111100

Color Harmonies of #D5CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD5D

Black with #D5CD5D

Text Example


Text Example

White with #D5CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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