Html Css Color HEX #D5CF57 Manz

📋 copy color: '#D5CF57'

red 213 ◦ green 207 ◦ blue 87

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

Shades of Manz #D5CF57

Tints of Manz #D5CF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.16%

R = 42.01%
G = 40.83%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5CF57 (or 0xD5CF57) is known color: Manz. HEX triplet: D5, CF and 57. RGB value is (213,207,87). Sum of RGB (Red+Green+Blue) = 213+207+87=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF57 is #2A30A8. Grayscale: #C3C3C3. Windows color (decimal): -2764969 or 5754837. OLE color: 5754837.

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

Color convert

RGB 213 207 87 -
CMYK 0 0.03 0.59 0.16
HSL 57.14º 0.6% 0.59% -
HSV(B) 57.14º 0.59% 0.84% -
XYZ 51.47 59.46 17.78 -
YUV 195.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 213 207 87 0 0.03 0.59 0.16 57.14 0.6 0.59
Hex D5 CF 57 0 3 3B 10 39 3C 3B
Octal 325 317 127 0 3 73 20 71 74 73
Binary 11010101 11001111 1010111 0 11 111011 10000 111001 111100 111011

Color Harmonies of #D5CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF57

Black with #D5CF57

Text Example


Text Example

White with #D5CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF57; }

 p { color: rgb(213,207,87); }

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

background-color css

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

 a { background-color: rgb(213,207,87); }

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

border-color css

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

 span { border-color: rgb(213,207,87); }

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