Html Css Color HEX #D5CF5D Manz

📋 copy color: '#D5CF5D'

red 213 ◦ green 207 ◦ blue 93

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

Shades of Manz #D5CF5D

Tints of Manz #D5CF5D

RGB

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

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

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

R = 41.52%
G = 40.35%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5CF5D (or 0xD5CF5D) is known color: Manz. HEX triplet: D5, CF and 5D. RGB value is (213,207,93). Sum of RGB (Red+Green+Blue) = 213+207+93=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF5D is #2A30A2. Grayscale: #C4C4C4. Windows color (decimal): -2764963 or 6148053. OLE color: 6148053.

HSL color Cylindrical-coordinate representation of color #D5CF5D: hue angle of 57º 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 #D5CF5D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 93 -
CMYK 0 0.03 0.56 0.16
HSL 57º 0.59% 0.6% -
HSV(B) 57º 0.56% 0.84% -
XYZ 51.73 59.56 19.13 -
YUV 195.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 213 207 93 0 0.03 0.56 0.16 57 0.59 0.6
Hex D5 CF 5D 0 3 38 10 39 3B 3C
Octal 325 317 135 0 3 70 20 71 73 74
Binary 11010101 11001111 1011101 0 11 111000 10000 111001 111011 111100

Color Harmonies of #D5CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF5D

Black with #D5CF5D

Text Example


Text Example

White with #D5CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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