Html Css Color HEX #D9CF5D Manz

📋 copy color: '#D9CF5D'

red 217 ◦ green 207 ◦ blue 93

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

Shades of Manz #D9CF5D

Tints of Manz #D9CF5D

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

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

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

R = 41.97%
G = 40.04%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9CF5D (or 0xD9CF5D) is known color: Manz. HEX triplet: D9, CF and 5D. RGB value is (217,207,93). Sum of RGB (Red+Green+Blue) = 217+207+93=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF5D is #2630A2. Grayscale: #C5C5C5. Windows color (decimal): -2502819 or 6148057. OLE color: 6148057.

HSL color Cylindrical-coordinate representation of color #D9CF5D: hue angle of 55.16º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9CF5D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 93 -
CMYK 0 0.05 0.57 0.15
HSL 55.16º 0.62% 0.61% -
HSV(B) 55.16º 0.57% 0.85% -
XYZ 52.9 60.17 19.18 -
YUV 196.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 217 207 93 0 0.05 0.57 0.15 55.16 0.62 0.61
Hex D9 CF 5D 0 5 39 F 37 3E 3D
Octal 331 317 135 0 5 71 17 67 76 75
Binary 11011001 11001111 1011101 0 101 111001 1111 110111 111110 111101

Color Harmonies of #D9CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF5D

Black with #D9CF5D

Text Example


Text Example

White with #D9CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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