Html Css Color HEX #D6D85E Manz

📋 copy color: '#D6D85E'

red 214 ◦ green 216 ◦ blue 94

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

Shades of Manz #D6D85E

Tints of Manz #D6D85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 40.84%
G = 41.22%
B = 17.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D6D85E (or 0xD6D85E) is known color: Manz. HEX triplet: D6, D8 and 5E. RGB value is (214,216,94). Sum of RGB (Red+Green+Blue) = 214+216+94=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D85E is #2927A1. Grayscale: #C9C9C9. Windows color (decimal): -2697122 or 6215894. OLE color: 6215894.

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

Color convert

RGB 214 216 94 -
CMYK 0.01 0 0.56 0.15
HSL 60.98º 0.61% 0.61% -
HSV(B) 60.98º 0.56% 0.85% -
XYZ 54.31 64.22 20.12 -
YUV 201.49 67.34 136.92 -
System Red Green Blue C M Y K H S L
Decimal 214 216 94 0.01 0 0.56 0.15 60.98 0.61 0.61
Hex D6 D8 5E 1 0 38 F 3D 3D 3D
Octal 326 330 136 1 0 70 17 75 75 75
Binary 11010110 11011000 1011110 1 0 111000 1111 111101 111101 111101

Color Harmonies of #D6D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D85E

Black with #D6D85E

Text Example


Text Example

White with #D6D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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