Html Css Color HEX #D5CD59 Manz

📋 copy color: '#D5CD59'

red 213 ◦ green 205 ◦ blue 89

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

Shades of Manz #D5CD59

Tints of Manz #D5CD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.55%

R = 42.01%
G = 40.43%
B = 17.55%

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

#D5CD59 (or 0xD5CD59) is known color: Manz. HEX triplet: D5, CD and 59. RGB value is (213,205,89). Sum of RGB (Red+Green+Blue) = 213+205+89=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD59 is #2A32A6. Grayscale: #C2C2C2. Windows color (decimal): -2765479 or 5885397. OLE color: 5885397.

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

Color convert

RGB 213 205 89 -
CMYK 0 0.04 0.58 0.16
HSL 56.13º 0.6% 0.59% -
HSV(B) 56.13º 0.58% 0.84% -
XYZ 51.08 58.53 18.06 -
YUV 194.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 213 205 89 0 0.04 0.58 0.16 56.13 0.6 0.59
Hex D5 CD 59 0 4 3A 10 38 3C 3B
Octal 325 315 131 0 4 72 20 70 74 73
Binary 11010101 11001101 1011001 0 100 111010 10000 111000 111100 111011

Color Harmonies of #D5CD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD59

Black with #D5CD59

Text Example


Text Example

White with #D5CD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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