Html Css Color HEX #D6CF58 Manz

📋 copy color: '#D6CF58'

red 214 ◦ green 207 ◦ blue 88

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

Shades of Manz #D6CF58

Tints of Manz #D6CF58

RGB

 RED value IS 214 (83.98% from 255) = 42.04%

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

 BLUE value IS 88 (34.77% from 255) = 17.29%

R = 42.04%
G = 40.67%
B = 17.29%

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

#D6CF58 (or 0xD6CF58) is known color: Manz. HEX triplet: D6, CF and 58. RGB value is (214,207,88). Sum of RGB (Red+Green+Blue) = 214+207+88=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF58 is #2930A7. Grayscale: #C4C4C4. Windows color (decimal): -2699432 or 5820374. OLE color: 5820374.

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

Color convert

RGB 214 207 88 -
CMYK 0 0.03 0.59 0.16
HSL 56.67º 0.61% 0.59% -
HSV(B) 56.67º 0.59% 0.84% -
XYZ 51.81 59.63 18.01 -
YUV 195.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 214 207 88 0 0.03 0.59 0.16 56.67 0.61 0.59
Hex D6 CF 58 0 3 3B 10 39 3D 3B
Octal 326 317 130 0 3 73 20 71 75 73
Binary 11010110 11001111 1011000 0 11 111011 10000 111001 111101 111011

Color Harmonies of #D6CF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF58

Black with #D6CF58

Text Example


Text Example

White with #D6CF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF58; }

 p { color: rgb(214,207,88); }

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

background-color css

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

 a { background-color: rgb(214,207,88); }

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

border-color css

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

 span { border-color: rgb(214,207,88); }

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