Html Css Color HEX #D6D85C Manz

📋 copy color: '#D6D85C'

red 214 ◦ green 216 ◦ blue 92

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

Shades of Manz #D6D85C

Tints of Manz #D6D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 92 (36.33% from 255) = 17.62%

R = 41%
G = 41.38%
B = 17.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D6D85C (or 0xD6D85C) is known color: Manz. HEX triplet: D6, D8 and 5C. RGB value is (214,216,92). Sum of RGB (Red+Green+Blue) = 214+216+92=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D85C is #2927A3. Grayscale: #C9C9C9. Windows color (decimal): -2697124 or 6084822. OLE color: 6084822.

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

Color convert

RGB 214 216 92 -
CMYK 0.01 0 0.57 0.15
HSL 60.97º 0.61% 0.6% -
HSV(B) 60.97º 0.57% 0.85% -
XYZ 54.22 64.18 19.66 -
YUV 201.27 66.34 137.08 -
System Red Green Blue C M Y K H S L
Decimal 214 216 92 0.01 0 0.57 0.15 60.97 0.61 0.6
Hex D6 D8 5C 1 0 39 F 3D 3D 3C
Octal 326 330 134 1 0 71 17 75 75 74
Binary 11010110 11011000 1011100 1 0 111001 1111 111101 111101 111100

Color Harmonies of #D6D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D85C

Black with #D6D85C

Text Example


Text Example

White with #D6D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D85C; }

 p { color: rgb(214,216,92); }

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

background-color css

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

 a { background-color: rgb(214,216,92); }

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

border-color css

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

 span { border-color: rgb(214,216,92); }

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